aboutsummaryrefslogtreecommitdiff
path: root/common/inverse
AgeCommit message (Collapse)AuthorFilesLines
2010-11-26Save test result to a temp file instead of piping it to diffBoris Kolpackov1-1/+4
This makes tests more robust.
2010-11-26Add support for recursive object loadingBoris Kolpackov1-24/+23
If an object of a type needs to be loaded recursively, then it is addded to the delayed loading list which is processed once the statements are unlocked.
2010-11-25Add support for object pointers in queryBoris Kolpackov1-0/+41
2010-11-24Implement support for many-to-{one,many} inverse relationshipsBoris Kolpackov2-30/+235
2010-11-24Keep track of extra headers for the dist targetBoris Kolpackov1-1/+2
2010-11-22Test one-to-{one,many} inverse relationshipsBoris Kolpackov5-0/+445