aboutsummaryrefslogtreecommitdiff
path: root/common/inheritance/transient
AgeCommit message (Collapse)AuthorFilesLines
2013-06-03Use database name in options and driver files (build part)Boris Kolpackov1-1/+1
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
2013-02-09Update copyright yearBoris Kolpackov3-3/+3
2013-02-09Shorten table prefix for OracleBoris Kolpackov1-1/+1
2012-10-29Fix incorrect relative pathsBoris Kolpackov1-4/+4
2012-10-08Fix bug in transient inheritance handlingBoris Kolpackov4-0/+255
Also test that we can handle it for objects, composite values, and views.