Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2012-01-20 | Query support for SQL Server | Boris Kolpackov | 1 | -5/+11 | |
2011-11-03 | Use ODB_DATABASE_XXX macros instead DATABASE_XXX in ODB-compiled headers1.7.0.a1 | Boris Kolpackov | 1 | -3/+1 | |
DATABASE_XXX macros are not defined when building from VC++ project. | |||||
2011-10-27 | Rename typedef type for clarity | Constantin Michael | 1 | -3/+4 | |
2011-10-27 | Simplify LOB column query tests | Constantin Michael | 1 | -10/+0 | |
2011-10-26 | Add BLOB comparison and null predicate test cases to query test | Constantin Michael | 1 | -7/+28 | |
2011-10-26 | Use CLOB instead of TEXT for Oracle query test | Constantin Michael | 1 | -1/+5 | |
2011-07-19 | New design for NULL semantics | Boris Kolpackov | 1 | -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-04 | Copyright update | Boris Kolpackov | 1 | -1/+1 | |
2010-11-28 | Simplify tests by using literal names | Boris Kolpackov | 1 | -2/+1 | |
2010-09-13 | Change pragma syntax | Boris Kolpackov | 1 | -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-19 | Cosmetic change | Boris Kolpackov | 1 | -2/+1 | |
2010-08-13 | Test language-embedded queries | Boris Kolpackov | 1 | -3/+27 | |
2010-08-10 | Query test | Boris Kolpackov | 1 | -0/+43 | |