aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/java/com/healthmarketscience/jackcess/impl/AutoNumberTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Add more static utility methods to DatabaseBuilder to enable more succinct ↵James Ahlborn2020-09-071-38/+37
| | | | | | object construction code using static imports git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1337 f203690c-595d-4dc9-a70b-905162fa7fd2
* Allow inserting negative auto number fields, fixes pull request #3James Ahlborn2017-05-071-17/+7
| | | | git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1094 f203690c-595d-4dc9-a70b-905162fa7fd2
* Allow optional direct insert/update of autonumber values. This is disabled ↵James Ahlborn2015-05-011-0/+499
by default, but can be selectively enabled per-jvm (using system property), per-database, and per-table. fixes feature #32 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@941 f203690c-595d-4dc9-a70b-905162fa7fd2