aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-23Disable notifications and warnings in Windows psqlConstantin Michael1-0/+2
2011-07-23Add pgsql to list of databases in bootstrap makefileConstantin Michael1-1/+1
2011-07-22Add mising database macroBoris Kolpackov1-0/+1
2011-07-22Add pragma for setting type's or member's default valueBoris Kolpackov5-0/+256
2011-07-22Test automatic and custom ENUM mappingsBoris Kolpackov2-5/+12
2011-07-22Cosmetic changesBoris Kolpackov1-1/+1
2011-07-22Include messages regarding trusted test database user in automake messagesConstantin Michael3-2/+8
2011-07-22Correct typoConstantin Michael1-1/+1
2011-07-22Correct the database identifier being used in pgsql test batch filesConstantin Michael2-2/+2
2011-07-22Correct typo in file info headerConstantin Michael1-1/+1
2011-07-22Correct linker options to import pgsql runtimeConstantin Michael2-8/+8
2011-07-22Link PostgreSQL template Visual Studio solutions to libodb-pgsql runtimeConstantin Michael2-8/+8
2011-07-22Add PostgreSQL driver and options for WindowsConstantin Michael2-0/+54
2011-07-22Update INSTALL to include PostgreSQLConstantin Michael1-0/+1
2011-07-22Correct makefile ommissionsConstantin Michael2-2/+2
2011-07-22MAke automake scripts PostgreSQL awareConstantin Michael5-0/+297
2011-07-21Enable Qt and Boost profile tests for PostgreSQLConstantin Michael5-4/+16
2011-07-21Add Qt profile tests for PostgreSQLConstantin Michael21-0/+1404
2011-07-21Add Boost profile tests for PostgreSQLConstantin Michael17-0/+1257
2011-07-19New design for NULL semanticsBoris Kolpackov10-78/+79
2011-07-18Qualify id with table alias to help SQLite outBoris Kolpackov1-1/+1
2011-07-14Aesthetic changesConstantin Michael1-3/+5
2011-07-14Aesthetic changes to PostgreSQL BIT testConstantin Michael1-3/+11
2011-07-14Test VARBIT bit length is handled correctlyConstantin Michael3-18/+78
2011-07-14Templatize buffer to avoid duplicate code in unsigned buffer implementationConstantin Michael1-26/+43
2011-07-14Do not output empty PostgreSQL client configuration optionsConstantin Michael1-7/+12
2011-07-14Remove duplicated libodb-pgsql import stubsConstantin Michael2-14/+4
2011-07-14Remove libpq import directory from testsConstantin Michael6-503/+0
2011-07-13Correct configuration scriptConstantin Michael1-5/+4
2011-07-13Allow for selective building of profile tests dependent on databaseConstantin Michael1-3/+3
2011-07-12Add PostgreSQL types and truncation testsConstantin Michael10-1/+889
2011-07-12Aesthetic changes and spelling corrections to pgsql test configurationConstantin Michael2-3/+3
2011-07-12Configure pgsql tests to use Unix-domain sockets by defaultConstantin Michael1-4/+6
2011-07-11Order results by id to get consistent test output orderBoris Kolpackov1-1/+1
2011-07-08Update makefile to include PostgreSQL testsConstantin Michael1-3/+2
2011-07-08Add quiet options to PostgreSQL test client driverConstantin Michael1-0/+4
2011-07-08Remove password option processing from PostgreSQL test client driverConstantin Michael1-4/+0
2011-07-08Update PostgreSQL configuration scriptConstantin Michael1-10/+5
2011-07-06Remove UNSIGNED SQL qualifier to allow PostgreSQL to pass schema testConstantin Michael1-1/+1
2011-07-06Add traits for PostgreSQL query testConstantin Michael2-0/+61
2011-07-06Implement pgsql native testConstantin Michael3-8/+72
2011-07-06Add pgsql section to create_databaseConstantin Michael2-0/+17
2011-07-06Add test infrastructure for libodb-pgsqlConstantin Michael30-1/+1707
2011-07-05Fix memory leakBoris Kolpackov1-0/+2
2011-07-04Implement support for database operations callbacksBoris Kolpackov5-0/+354
2011-06-30Take into account precision in MySQL FLOAT type parsingBoris Kolpackov2-0/+5
2011-06-30Test updating of unmodified objectBoris Kolpackov1-4/+13
2011-04-27Use QtCore prefix when including Qt headers1.4.0Boris Kolpackov9-22/+55
2011-04-26Bump version to 1.4.0Boris Kolpackov1-1/+1
2011-04-25Add support for abstract object typesBoris Kolpackov2-7/+82