aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/object-result.txx
AgeCommit message (Collapse)AuthorFilesLines
2012-04-23Polymorphic inheritance supportBoris Kolpackov1-237/+0
2012-03-07Use RAII to free select statement resultsBoris Kolpackov1-0/+10
2012-02-22Add support for composite object idsBoris Kolpackov1-2/+2
New pragma id_type (member). New test: common/composite-id. The composite example has also been updated.
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-12Add missing #includeBoris Kolpackov1-0/+2
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