Path: | doc/release_notes/4.18.0.txt |
Last Update: | Sun Oct 02 21:06:53 +0000 2016 |
For adapters that don‘t have specific support for detecting auto incrementing primary keys, Sequel now assumes a primary key is auto incrementing only if it is not a composite primary key and the type contains int (e.g. int, integer, bigint).