aboutsummaryrefslogtreecommitdiff
path: root/common/inheritance/polymorphism/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2016-06-15Get rid of C++11 deprecation warnings for auto_ptr, exception specsBoris Kolpackov1-0/+110
In particular, std::auto_ptr is no longer mapped in C++11.
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-12-15Fix bug in id-based custom view join of polymorphic objectsBoris Kolpackov1-0/+16
See email from Mikhail.Tomilov@infotecs.ru/12-Dec-2014.
2014-08-29Pass non-const image to clone_image(), copy_image()Boris Kolpackov1-0/+52
This is necessary since some databases need to steal stuff from the original image (e.g., LOB descriptors in Oracle).
2013-04-01Handle inverse member in base class of polymorphic hierarchyBoris Kolpackov1-0/+81
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-01-14Fix bug in handling polymorphic derived classes without any value membersBoris Kolpackov1-0/+50
2012-10-08Fix bug in transient inheritance handlingBoris Kolpackov1-0/+1880
Also test that we can handle it for objects, composite values, and views.