aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-result.txx
AgeCommit message (Collapse)AuthorFilesLines
2011-11-02Optimize load_id(), load() sequence for SQLite and PostgreSQLBoris Kolpackov1-2/+3
In these databases both of these functions load the data into the object image. If there is no chance of image overwrite between these calls, then we don't need to load the image the second time.
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