aboutsummaryrefslogtreecommitdiff
path: root/common/query/test.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-11-03Use ODB_DATABASE_XXX macros instead DATABASE_XXX in ODB-compiled headers1.7.0.a1Boris Kolpackov1-3/+1
DATABASE_XXX macros are not defined when building from VC++ project.
2011-10-27Rename typedef type for clarityConstantin Michael1-3/+4
2011-10-27Simplify LOB column query testsConstantin Michael1-10/+0
2011-10-26Add BLOB comparison and null predicate test cases to query testConstantin Michael1-7/+28
2011-10-26Use CLOB instead of TEXT for Oracle query testConstantin Michael1-1/+5
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