aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/view-result.txx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-11-26Reimplement image copying for OracleBoris Kolpackov1-8/+1
Now we no longer "steal" descriptors (destructive copy). Instead, for LOBs, we clone the locator using OCILobAssign(). For date-time types we extract the data during copying. As a result of this change we no longer need to track image changes and rebind the statements.
2013-09-10Schema versioning supportBoris Kolpackov1-5/+7
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-15Implement early connection releaseBoris Kolpackov1-6/+17
2012-10-08Ground work for multi-database supportBoris Kolpackov1-1/+1
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface.
2012-04-23Polymorphic inheritance supportBoris Kolpackov1-5/+6
2012-03-07Use RAII to free select statement resultsBoris Kolpackov1-0/+6
2012-02-22Add support for composite object idsBoris Kolpackov1-1/+1
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-12Implement callback data re-basing support for LOB result streamingBoris Kolpackov1-1/+7
This is used by the query machinery when a copy of the image has to be made. In this case stream_result() needs to use data from the copy of the image, and not from the image that was bound to the bind array.
2012-01-12Use typedef name instead of qualifying in multiple placesBoris Kolpackov1-2/+2
2012-01-12Cosmetic changesBoris Kolpackov1-0/+4
2011-11-01Check for change_callback ownership prior to modifying the imageConstantin Michael1-14/+29
2011-11-01Implement change callbacks for object_result and view_resultConstantin Michael1-2/+37
2011-10-27Add support for persistent classes without object idsBoris Kolpackov1-10/+10
New pragma id (object). New test: common/no-id.
2011-10-27Simplify object_result::next and view_result::next implementationsConstantin Michael1-2/+2
2011-10-26Add query and result implementationsConstantin Michael1-0/+77