aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query.txx
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21Add support for pattern matching (SQL LIKE)Boris Kolpackov1-0/+51
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-01-24Add support for mapping char[N] to CHAR/VARCHAR database typesBoris Kolpackov1-4/+6
Also improve query support for arrays (decaying).
2012-10-08Ground work for multi-database supportBoris Kolpackov1-13/+14
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
2012-07-10Add support for custom database type mappingBoris Kolpackov1-16/+16
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-09-09New templated query_columns architectureBoris Kolpackov1-8/+7
We also now use the correct separate "role"-base join approach instead of having a single merged join for each table.
2011-08-19Rework query machinery not to use '_' as primary table aliasBoris Kolpackov1-8/+9
Now we always qualify with the actual table name and use the '_' alias for situations where an object is referencing itself.
2011-03-25Query supportBoris Kolpackov1-0/+111