Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-22 | Add PostgreSQL driver and options for Windows | Constantin Michael | 2 | -0/+54 | |
2011-07-22 | Update INSTALL to include PostgreSQL | Constantin Michael | 1 | -0/+1 | |
2011-07-22 | Correct makefile ommissions | Constantin Michael | 2 | -2/+2 | |
2011-07-22 | MAke automake scripts PostgreSQL aware | Constantin Michael | 5 | -0/+297 | |
2011-07-21 | Enable Qt and Boost profile tests for PostgreSQL | Constantin Michael | 5 | -4/+16 | |
2011-07-21 | Add Qt profile tests for PostgreSQL | Constantin Michael | 21 | -0/+1404 | |
2011-07-21 | Add Boost profile tests for PostgreSQL | Constantin Michael | 17 | -0/+1257 | |
2011-07-19 | New design for NULL semantics | Boris Kolpackov | 10 | -78/+79 | |
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-07-18 | Qualify id with table alias to help SQLite out | Boris Kolpackov | 1 | -1/+1 | |
This hack should go away once we have language-integrated support for ORDER BY. | |||||
2011-07-14 | Aesthetic changes | Constantin Michael | 1 | -3/+5 | |
2011-07-14 | Aesthetic changes to PostgreSQL BIT test | Constantin Michael | 1 | -3/+11 | |
2011-07-14 | Test VARBIT bit length is handled correctly | Constantin Michael | 3 | -18/+78 | |
2011-07-14 | Templatize buffer to avoid duplicate code in unsigned buffer implementation | Constantin Michael | 1 | -26/+43 | |
2011-07-14 | Do not output empty PostgreSQL client configuration options | Constantin Michael | 1 | -7/+12 | |
2011-07-14 | Remove duplicated libodb-pgsql import stubs | Constantin Michael | 2 | -14/+4 | |
2011-07-14 | Remove libpq import directory from tests | Constantin Michael | 6 | -503/+0 | |
2011-07-13 | Correct configuration script | Constantin Michael | 1 | -5/+4 | |
2011-07-13 | Allow for selective building of profile tests dependent on database | Constantin Michael | 1 | -3/+3 | |
2011-07-12 | Add PostgreSQL types and truncation tests | Constantin Michael | 10 | -1/+889 | |
2011-07-12 | Aesthetic changes and spelling corrections to pgsql test configuration | Constantin Michael | 2 | -3/+3 | |
2011-07-12 | Configure pgsql tests to use Unix-domain sockets by default | Constantin Michael | 1 | -4/+6 | |
2011-07-11 | Order results by id to get consistent test output order | Boris Kolpackov | 1 | -1/+1 | |
2011-07-08 | Update makefile to include PostgreSQL tests | Constantin Michael | 1 | -3/+2 | |
2011-07-08 | Add quiet options to PostgreSQL test client driver | Constantin Michael | 1 | -0/+4 | |
2011-07-08 | Remove password option processing from PostgreSQL test client driver | Constantin Michael | 1 | -4/+0 | |
2011-07-08 | Update PostgreSQL configuration script | Constantin Michael | 1 | -10/+5 | |
2011-07-06 | Remove UNSIGNED SQL qualifier to allow PostgreSQL to pass schema test | Constantin Michael | 1 | -1/+1 | |
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 | |