aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-result.txx
AgeCommit message (Collapse)AuthorFilesLines
2011-10-27Add support for persistent classes without object idsBoris Kolpackov1-13/+102
New pragma id (object). New test: common/no-id.
2011-10-21Split 'in' binding into insert/update pair; rename 'out' to selectBoris Kolpackov1-9/+9
Also add the initial infrastructure for the readonly members support. Right now the split insert/update bindings allows us to avoid sending object id in UPDATE statements. It will also allows us to support readonly members.
2011-09-06Support for views; native partBoris Kolpackov1-0/+136