Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-06 | Add traits for PostgreSQL query test | Constantin Michael | 2 | -0/+61 | |
2011-07-06 | Implement pgsql native test | Constantin Michael | 3 | -8/+72 | |
2011-07-06 | Add pgsql section to create_database | Constantin Michael | 2 | -0/+17 | |
2011-07-06 | Add test infrastructure for libodb-pgsql | Constantin Michael | 30 | -1/+1707 | |
2011-07-05 | Fix memory leak | Boris Kolpackov | 1 | -0/+2 | |
2011-07-04 | Implement support for database operations callbacks | Boris Kolpackov | 5 | -0/+354 | |
New object pragma: callback. New test: common/callback. New manual section: 10.1.4, "callback". | |||||
2011-06-30 | Take into account precision in MySQL FLOAT type parsing | Boris Kolpackov | 2 | -0/+5 | |
2011-06-30 | Test updating of unmodified object | Boris Kolpackov | 1 | -4/+13 | |
2011-04-27 | Use QtCore prefix when including Qt headers1.4.0 | Boris Kolpackov | 9 | -22/+55 | |
This appears to be more portable. For example, on Mac OS X with -framework QtCore option include <QString> does not work while including <QtCore/QString> does. | |||||
2011-04-26 | Bump version to 1.4.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-04-25 | Add support for abstract object types | Boris Kolpackov | 2 | -7/+82 | |
2011-04-25 | Reuse container traits from composite values | Boris Kolpackov | 2 | -2/+22 | |
2011-04-24 | Update installation instructions with Qt information | Boris Kolpackov | 1 | -26/+44 | |
2011-04-24 | Improve autoconf test for Qt | Boris Kolpackov | 1 | -5/+61 | |
2011-04-24 | Add missing parenthesis | Boris Kolpackov | 1 | -1/+1 | |
2011-04-24 | Remove stray space, use project from common/ instead of mysql/ | Boris Kolpackov | 1 | -2/+2 | |
2011-04-24 | Cosmetic changes | Boris Kolpackov | 1 | -3/+3 | |
2011-04-24 | Add missing directory | Boris Kolpackov | 1 | -1/+1 | |
2011-04-24 | Link to QtCore.lib last | Boris Kolpackov | 2 | -8/+8 | |
2011-04-24 | Fix test description | Boris Kolpackov | 1 | -1/+1 | |
2011-04-22 | Remove time zone handling tests | Constantin Michael | 1 | -33/+0 | |
2011-04-22 | Add qt/container implementation tests | Constantin Michael | 6 | -1/+914 | |
2011-04-22 | Update qt/smart-ptr implementation test | Constantin Michael | 4 | -9/+177 | |
2011-04-22 | Add tests for qt/smart-ptr | Constantin Michael | 20 | -2/+1180 | |
2011-04-22 | Add UNIX time tests for qt/date-time SQLite implementation | Constantin Michael | 3 | -31/+118 | |
2011-04-22 | Aesthetic changes to qt/mysql test | Constantin Michael | 1 | -1/+1 | |
2011-04-22 | Add qt/basic and qt/date-time SQLite tests | Constantin Michael | 23 | -1/+1397 | |
2011-04-22 | Add qt/basic and qt/date-time MySQL tests | Constantin Michael | 12 | -63/+380 | |
2011-04-22 | Add code for Qt profile dist build | Constantin Michael | 8 | -9/+195 | |
2011-04-22 | Update directory structure for Qt test | Constantin Michael | 20 | -134/+1195 | |
2011-04-22 | Add Qt test boilerplate code | Constantin Michael | 16 | -2/+838 | |
2011-04-22 | Initial support for non-polymorphic inheritance | Boris Kolpackov | 5 | -0/+334 | |
Every class gets a separate table. New test: common/inheritance. | |||||
2011-04-22 | Test empty composite value type | Boris Kolpackov | 1 | -1/+7 | |
2011-04-18 | Implement automatic mapping for C++ enums | Boris Kolpackov | 7 | -4/+224 | |
2011-04-18 | Get rid of image type argument in value_traits | Boris Kolpackov | 4 | -9/+9 | |
2011-04-05 | Bump version to 1.3.01.3.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-04-04 | Add SQLite-specific tests for Boost profile | Constantin Michael | 19 | -3/+1326 | |
2011-03-31 | Bump version to 1.3.0.b1 | Boris Kolpackov | 1 | -1/+1 | |
2011-03-31 | Add SQLite as supported database | Boris Kolpackov | 1 | -1/+2 | |
2011-03-30 | VC++ build system support for SQLite | Boris Kolpackov | 6 | -16/+23 | |
2011-03-30 | Autotools support for SQLite | Boris Kolpackov | 19 | -5/+176 | |
2011-03-29 | Handle deadlocks and SQLite-specific issues | Boris Kolpackov | 1 | -8/+36 | |
2011-03-28 | Factor out common buffer implementation | Boris Kolpackov | 5 | -159/+94 | |
2011-03-28 | Add SQLite-specific tests | Boris Kolpackov | 26 | -0/+1803 | |
2011-03-28 | Cosmetic changes | Boris Kolpackov | 1 | -5/+5 | |
2011-03-28 | Add schema creation flag to create_database() | Boris Kolpackov | 4 | -4/+15 | |
2011-03-28 | Use dummy boost/version instead of full boost profile | Boris Kolpackov | 1 | -2/+2 | |
The actual tests should use specific sub-profiles that they test. | |||||
2011-03-28 | Use odb/ instead of odb/mysql/ headers | Boris Kolpackov | 1 | -2/+2 | |
2011-03-28 | Recode tests to work with implementations lacking result::size() | Boris Kolpackov | 8 | -22/+52 | |
2011-03-27 | Add traits implementation for SQLite | Boris Kolpackov | 3 | -48/+124 | |