aboutsummaryrefslogtreecommitdiff
path: root/sqlite/auto
AgeCommit message (Collapse)AuthorFilesLines
2019-01-17Update copyright yearKaren Arutyunov3-3/+3
2018-05-24Update copyright yearKaren Arutyunov3-3/+3
2017-01-03Update copyright yearBoris Kolpackov3-3/+3
2016-10-26Implement support for mixed auto/manual id assignment in SQLiteBoris Kolpackov4-0/+217
Now one can do: #pragma db id auto odb::nullable<int64_t> id; And then set the id to NULL to get auto-assignment or to the actual value to use a manual id.