aboutsummaryrefslogtreecommitdiff
path: root/common/query/test.std
AgeCommit message (Expand)AuthorFilesLines
2013-01-24Add support for mapping char[N] to CHAR/VARCHAR database typesBoris Kolpackov1-102/+0
2012-09-28Make sure size() can still be called once we reached the end of result setBoris Kolpackov1-0/+1
2012-03-07Use RAII to free select statement resultsBoris Kolpackov1-0/+1
2011-11-02Add result_iterator::id() function that returns id without loading objectBoris Kolpackov1-0/+1
2011-10-27Simplify LOB column query testsConstantin Michael1-49/+43
2011-10-26Add BLOB comparison and null predicate test cases to query testConstantin Michael1-43/+50
2011-02-22Fix iteration over uncached query resultBoris Kolpackov1-0/+4
2010-11-26Postpone fetching of the data for cached resultsBoris Kolpackov1-0/+1
2010-08-13Test language-embedded queriesBoris Kolpackov1-10/+88
2010-08-10Query testBoris Kolpackov1-0/+15