aboutsummaryrefslogtreecommitdiff
path: root/sqlite/auto
AgeCommit message (Collapse)AuthorFilesLines
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.