Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more static utility methods to DatabaseBuilder to enable more succinct ↵ | James Ahlborn | 2020-09-07 | 1 | -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 #3 | James Ahlborn | 2017-05-07 | 1 | -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 Ahlborn | 2015-05-01 | 1 | -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 |