aboutsummaryrefslogtreecommitdiff
path: root/sqlite/makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-06-14Add test for SQLite ATTACH DATABASE supportBoris Kolpackov1-0/+1
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-17Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-10-26Implement support for mixed auto/manual id assignment in SQLiteBoris Kolpackov1-0/+1
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.
2015-07-15Implement SQLite incremental BLOB/TEXT I/OBoris Kolpackov1-0/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-06-15Use single template set of templates for .sln filesBoris Kolpackov1-5/+5
2014-06-03Support for VC12 (2013), initial workBoris Kolpackov1-1/+3
2013-09-02Handle SQLite commit failures that don't automatically rollback transactionBoris Kolpackov1-0/+1
2013-07-08Add support for Visual Studio 2005Boris Kolpackov1-1/+4
2013-06-21Add support for running tests in dynamic multi-database modeBoris Kolpackov1-5/+0
Only possible in the development build system at this stage.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-09-16Add support for Visual Studio 2012Boris Kolpackov1-1/+3
2012-09-06Test that database constructors are unambiguousBoris Kolpackov1-0/+1
2012-07-10Add support for custom database type mappingBoris Kolpackov1-0/+1
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-03-28Add SQLite-specific testsBoris Kolpackov1-0/+38