aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/view-result.hxx
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-1/+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-1/+5
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-15Implement early connection releaseBoris Kolpackov1-0/+3
2012-10-08Ground work for multi-database supportBoris Kolpackov1-4/+4
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-4/+7
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-12Use typedef name instead of qualifying in multiple placesBoris Kolpackov1-0/+2
2011-11-01Implement change callbacks for object_result and view_resultConstantin Michael1-0/+6
2011-10-27Add support for persistent classes without object idsBoris Kolpackov1-6/+6
New pragma id (object). New test: common/no-id.
2011-10-26Add query and result implementationsConstantin Michael1-0/+68