Path: | doc/release_notes/4.18.0.txt |
Last Update: | Thu Nov 12 08:45:04 +0000 2015 |
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).