Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |