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