Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-08 | More query result size() fixes | Boris Kolpackov | 1 | -1/+12 | |
2012-09-28 | Make sure size() can still be called once we reached the end of result set | Boris Kolpackov | 1 | -0/+45 | |
2012-04-23 | Polymorphic inheritance support | Boris Kolpackov | 1 | -2/+12 | |
2012-03-07 | Use RAII to free select statement results | Boris Kolpackov | 1 | -0/+19 | |
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 | Disable re-loading of object with long data for SQL Server | Boris Kolpackov | 1 | -0/+7 | |
2011-11-08 | Get rid of custom value_traits specialization in query test | Boris Kolpackov | 1 | -1/+1 | |
auto_ptr<string> is now handled automatically as a wrapper. | |||||
2011-11-02 | Add result_iterator::id() function that returns id without loading object | Boris Kolpackov | 1 | -0/+14 | |
2011-11-02 | Prevent potential image overwrite in MySQL query result | Boris Kolpackov | 1 | -1/+6 | |
2011-11-01 | Enable query test 14 for Oracle | Constantin Michael | 1 | -2/+0 | |
2011-10-27 | Dereference nullable | Boris Kolpackov | 1 | -1/+1 | |
2011-10-27 | Rename typedef type for clarity | Constantin Michael | 1 | -1/+1 | |
2011-10-27 | Temporarily exclude query test 14 from Oracle test suite | Constantin Michael | 1 | -13/+15 | |
2011-10-27 | Simplify LOB column query tests | Constantin Michael | 1 | -3/+24 | |
2011-10-27 | Revert to manually quoting Oracle identifiers where necessary | Constantin Michael | 1 | -10/+23 | |
2011-10-26 | Add BLOB comparison and null predicate test cases to query test | Constantin Michael | 1 | -3/+41 | |
2011-10-26 | Temporarily disable query test 14 | Constantin Michael | 1 | -13/+13 | |
2011-10-26 | Quote schema object identifiers for Oracle where necessary | Constantin Michael | 1 | -8/+12 | |
Oracle converts all alphabetical characters in unquoted schema object identifiers to uppercase. This behaviour cannot be disabled. | |||||
2011-03-28 | Recode tests to work with implementations lacking result::size() | Boris Kolpackov | 1 | -3/+3 | |
2011-02-22 | Fix iteration over uncached query result | Boris Kolpackov | 1 | -0/+11 | |
2011-02-18 | Add odb::core namespace to be used in using-directives | Boris Kolpackov | 1 | -1/+1 | |
Port all the examples and tests. | |||||
2011-01-04 | Copyright update | Boris Kolpackov | 1 | -1/+1 | |
2010-11-26 | Postpone fetching of the data for cached results | Boris Kolpackov | 1 | -0/+18 | |
This way if an object of the same type is loaded in between iteration, the fetched image won't be messed up. | |||||
2010-11-22 | Add missing template argument | Boris Kolpackov | 1 | -1/+1 | |
2010-09-28 | Rename begin_transaction() to begin() | Boris Kolpackov | 1 | -14/+14 | |
2010-09-20 | Make result_iterator::operator* return reference | Boris Kolpackov | 1 | -2/+4 | |
Add load() version that returns the dynamically-allocated instance. | |||||
2010-09-08 | Add suppor for VC++ build | Boris Kolpackov | 1 | -1/+1 | |
2010-08-18 | Cosmetic changes | Boris Kolpackov | 1 | -2/+0 | |
2010-08-16 | Test pointer guard in query result | Boris Kolpackov | 1 | -1/+13 | |
2010-08-13 | Test language-embedded queries | Boris Kolpackov | 1 | -16/+231 | |
2010-08-10 | Test ability to load result into an existing object | Boris Kolpackov | 1 | -1/+8 | |
2010-08-10 | Test new result interface | Boris Kolpackov | 1 | -13/+9 | |
2010-08-10 | Query test | Boris Kolpackov | 1 | -0/+162 | |