Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-03 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-06-15 | Get rid of C++11 deprecation warnings for auto_ptr, exception specs | Boris Kolpackov | 1 | -0/+110 | |
In particular, std::auto_ptr is no longer mapped in C++11. | |||||
2015-02-06 | Update copyright | Boris Kolpackov | 1 | -1/+1 | |
2014-12-15 | Fix bug in id-based custom view join of polymorphic objects | Boris Kolpackov | 1 | -0/+16 | |
See email from Mikhail.Tomilov@infotecs.ru/12-Dec-2014. | |||||
2014-08-29 | Pass non-const image to clone_image(), copy_image() | Boris Kolpackov | 1 | -0/+52 | |
This is necessary since some databases need to steal stuff from the original image (e.g., LOB descriptors in Oracle). | |||||
2013-04-01 | Handle inverse member in base class of polymorphic hierarchy | Boris Kolpackov | 1 | -0/+81 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2013-01-14 | Fix bug in handling polymorphic derived classes without any value members | Boris Kolpackov | 1 | -0/+50 | |
2012-10-08 | Fix bug in transient inheritance handling | Boris Kolpackov | 1 | -0/+1880 | |
Also test that we can handle it for objects, composite values, and views. |