aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-result.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-11-02Optimize load_id(), load() sequence for SQLite and PostgreSQLBoris Kolpackov1-1/+1
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-8/+45
New pragma id (object). New test: common/no-id.
2011-09-21Rework const object handlingBoris Kolpackov1-4/+4
Now objects are always loaded as non-const and the object cache in session treats all objects as non-const.
2011-09-06Support for views; native partBoris Kolpackov1-0/+77