Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2011-03-27 | Build infrastructure for SQLite | Boris Kolpackov | 10 | -9/+184 | |
2011-03-27 | Fix issues preventing building outside source directory | Boris Kolpackov | 29 | -75/+80 | |
2011-03-21 | Link to threaded libmysqlclient in libodb-mysql import stub | Boris Kolpackov | 1 | -1/+1 | |
2011-03-15 | Bump version to 1.2.01.2.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-03-08 | Add boost/common/smart-ptr and boost/common/unordered tests | Constantin Michael | 9 | -0/+798 | |
2011-03-08 | Use more consistent naming convention | Boris Kolpackov | 1 | -15/+15 | |
2011-03-02 | Fix for tests in subdirectories support | Boris Kolpackov | 1 | -1/+1 | |
2011-03-02 | Add support for boost date, ptime, and time_duration | Constantin Michael | 5 | -0/+354 | |
2011-03-01 | Add support for building only certain configurations/platforms on Windows | Boris Kolpackov | 3 | -22/+64 | |
2011-02-25 | Add support for tests in subdirectories | Boris Kolpackov | 45 | -114/+114 | |
2011-02-22 | Fix iteration over uncached query result | Boris Kolpackov | 2 | -0/+15 | |
2011-02-18 | Add odb::core namespace to be used in using-directives | Boris Kolpackov | 26 | -36/+38 | |
Port all the examples and tests. | |||||
2011-02-17 | Update INSTALL with boost profile instructions | Boris Kolpackov | 1 | -39/+47 | |
2011-02-17 | Add test infrastructure for boost profile | Boris Kolpackov | 50 | -11/+2993 | |
2011-02-15 | Get rid of build version in INSTALL-GIT (just use latest) | Boris Kolpackov | 1 | -1/+1 | |
2011-02-04 | Cosmetic changes | Boris Kolpackov | 1 | -1/+1 | |
2011-02-01 | Detect and ignore inner names in fq_*() functions | Boris Kolpackov | 1 | -0/+35 | |
2011-01-24 | Workaround VC 10 bug1.1.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-01-24 | Rename type to avoid conflict with member | Boris Kolpackov | 1 | -2/+2 | |
2011-01-24 | Add missing header to distribution | Boris Kolpackov | 1 | -1/+1 | |
2011-01-24 | Fix bug in makefile | Boris Kolpackov | 1 | -1/+1 | |
2011-01-24 | Bump version to 1.1.0 | Boris Kolpackov | 1 | -1/+1 | |
2011-01-18 | Add support for native SQL statement execution | Boris Kolpackov | 4 | -0/+152 | |
New test: mysql/native. New manual section: 3.9, "Executing Native SQL Statements". |