Path: | doc/release_notes/4.18.0.txt |
Last Update: | Sat Jun 02 02:04:22 +0000 2018 |
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).