aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/query.cxx
AgeCommit message (Collapse)AuthorFilesLines
2011-08-19Rework query machinery not to use '_' as primary table aliasBoris Kolpackov1-22/+81
Now we always qualify with the actual table name and use the '_' alias for situations where an object is referencing itself.
2011-03-25Make queries without by-reference parameters immutableBoris Kolpackov1-25/+53
This makes it possible to share such queries between multiple threads without the need for synchronization.
2011-03-25Query supportBoris Kolpackov1-0/+162