aboutsummaryrefslogtreecommitdiff
path: root/common/query/test.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-07-19New design for NULL semanticsBoris Kolpackov1-1/+1
Now, instead of being specified as part of the SQL type with the type pragma, there are separate null and not_null pragmas. The not_null pragma was used to control NULL-ness of object pointers. Now the two pragmas are used consistently for object pointers and simple values (and in the future will work for composite values and containers).
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-28Simplify tests by using literal namesBoris Kolpackov1-2/+1
2010-09-13Change pragma syntaxBoris Kolpackov1-5/+5
Change odb pragma namespace to db. Use qualifiers (object, value, and member) to specify type/member name. Add support for mapping C++ types to db types.
2010-08-19Cosmetic changeBoris Kolpackov1-2/+1
2010-08-13Test language-embedded queriesBoris Kolpackov1-3/+27
2010-08-10Query testBoris Kolpackov1-0/+43