Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-01 | Use consistent default database name for SQLite | Boris Kolpackov | 1 | -4/+3 | |
2012-01-29 | Copy correct license file | Boris Kolpackov | 1 | -7/+14 | |
2012-01-29 | Fix incorrect copyright holder | Boris Kolpackov | 10 | -10/+10 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 51 | -51/+51 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 51 | -51/+0 | |
Too much effort to maintain. | |||||
2012-01-20 | Clear shell variables before appending | Boris Kolpackov | 1 | -0/+1 | |
2012-01-20 | Add driver wrapper and options file generation for SQL Server | Boris Kolpackov | 2 | -1/+95 | |
2012-01-20 | Add missing library in libodb-mssql import stub | Boris Kolpackov | 1 | -1/+1 | |
2012-01-20 | Add initial support for SQL Server test infrastructure | Boris Kolpackov | 7 | -2/+127 | |
2011-12-05 | Update Oracle runtime license | Boris Kolpackov | 1 | -7/+8 | |
2011-12-01 | Correct license information | Boris Kolpackov | 2 | -2/+2 | |
2011-12-01 | Make sure PostgreSQL psql driver stops at first error and exits with error code | Boris Kolpackov | 1 | -1/+1 | |
2011-11-28 | Clear shell variables before appending | Boris Kolpackov | 3 | -1/+14 | |
2011-11-18 | Correct license in file headers | Constantin Michael | 4 | -4/+4 | |
2011-11-11 | Minor fixes to Oracle driver generator | Boris Kolpackov | 1 | -5/+5 | |
2011-11-11 | Set and export LD_LIBRARY_PATH and SQLPATH in Oracle test driver | Constantin Michael | 1 | -0/+14 | |
2011-11-08 | Get rid of special tracer database | Boris Kolpackov | 4 | -112/+0 | |
The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged. | |||||
2011-11-01 | Only pass -S option to sqlplus when the Oracle driver is passed a file | Constantin Michael | 1 | -1/+2 | |
2011-10-27 | Simplify Oracle driver | Constantin Michael | 1 | -2/+1 | |
2011-10-21 | Add extra explanations for certain Oracle parameters | Boris Kolpackov | 1 | -5/+15 | |
Also default to the odb_user password if the user is odb_user. This seems to be a common idiom since Oracle doesn't support no-password logins. | |||||
2011-10-21 | Use @ to specify SQL file to Oracle SQLPlus | Constantin Michael | 1 | -1/+1 | |
SQLPlus scripted commands, such as SET FEEDBACK OFF, are not recognized when OS redirection is employed. | |||||
2011-10-21 | Add -S option when invoking SQLPlus to suppress some output | Constantin Michael | 1 | -0/+2 | |
2011-10-21 | Add infrastructure for oracle development testing and implement native test | Constantin Michael | 8 | -2/+263 | |
2011-07-23 | Add pgsql to list of databases in bootstrap makefile | Constantin Michael | 1 | -1/+1 | |
2011-07-14 | Aesthetic changes | Constantin Michael | 1 | -3/+5 | |
2011-07-14 | Do not output empty PostgreSQL client configuration options | Constantin Michael | 1 | -7/+12 | |
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-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-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 | Add test infrastructure for libodb-pgsql | Constantin Michael | 13 | -1/+731 | |
2011-04-22 | Add Qt test boilerplate code | Constantin Michael | 10 | -0/+605 | |
2011-03-27 | Build infrastructure for SQLite | Boris Kolpackov | 7 | -2/+140 | |
2011-03-27 | Fix issues preventing building outside source directory | Boris Kolpackov | 1 | -0/+5 | |
2011-03-21 | Link to threaded libmysqlclient in libodb-mysql import stub | Boris Kolpackov | 1 | -1/+1 | |
2011-02-17 | Add test infrastructure for boost profile | Boris Kolpackov | 12 | -0/+675 | |
2011-01-04 | Copyright update | Boris Kolpackov | 19 | -19/+19 | |
2010-09-14 | Use options parsing from database instead of our own | Boris Kolpackov | 5 | -166/+0 | |
2010-09-14 | Update ODB import stub | Boris Kolpackov | 1 | -1/+5 | |
2010-09-13 | Make test options consistent with MySQL | Boris Kolpackov | 2 | -4/+4 | |
2010-09-10 | Add automated build and test scripts for Windows | Boris Kolpackov | 1 | -1/+1 | |
2010-09-08 | Add suppor for VC++ build | Boris Kolpackov | 1 | -2/+43 | |
2010-09-06 | Add automake build support | Boris Kolpackov | 2 | -3/+13 | |
2010-06-04 | Add import stubs for cli, odb, libodb, libodb-tracer, and libodb-mysql | Boris Kolpackov | 22 | -0/+672 | |
2010-06-04 | Build system setup | Boris Kolpackov | 6 | -0/+278 | |