Path: | doc/release_notes/4.18.0.txt |
Last Update: | Fri Oct 06 03:25:22 +0000 2017 |
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).