Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-13 | Drop copyright notice from source code | Karen Arutyunov | 51 | -51/+0 | |
2020-02-13 | Remove build/import/*/LICENSE files | Karen Arutyunov | 11 | -796/+0 | |
2019-01-17 | Update copyright year | Karen Arutyunov | 51 | -51/+51 | |
2018-05-24 | Update copyright year | Karen Arutyunov | 51 | -51/+51 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 51 | -51/+51 | |
2016-11-27 | Update Qt import stub | Boris Kolpackov | 2 | -9/+30 | |
2015-02-06 | Update copyright | Boris Kolpackov | 51 | -51/+51 | |
2014-12-17 | Add support for database-specific output in tests | Boris Kolpackov | 1 | -4/+6 | |
Use that for the bulk test. | |||||
2014-10-16 | Add support for Qt5 in build system | Michael Shepanski | 1 | -0/+6 | |
2014-06-15 | Use single template set of templates for .sln files | Boris Kolpackov | 1 | -4/+33 | |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 1 | -0/+13 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 3 | -32/+187 | |
Only possible in the development build system at this stage. | |||||
2013-06-03 | Use database name in options and driver files (build part) | Boris Kolpackov | 7 | -12/+12 | |
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing. | |||||
2013-04-10 | Fix bug in ODB make rules | Boris Kolpackov | 1 | -3/+3 | |
2013-02-09 | Make generated files depend on config.h to enforce order | Boris Kolpackov | 1 | -1/+8 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 51 | -51/+51 | |
2013-02-07 | Add Qt5 VC project/solution files | Boris Kolpackov | 1 | -3/+4 | |
2012-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 1 | -0/+15 | |
2012-07-17 | Add support for tests with multiple ODB headers | Boris Kolpackov | 1 | -0/+4 | |
2012-07-16 | Fix code generation for circularly-dependant classes in separate headers | Boris Kolpackov | 1 | -4/+3 | |
New tests: common/circular/{single,multiple}. | |||||
2012-07-10 | Add support for multiple database schema files | Boris Kolpackov | 1 | -1/+4 | |
Files are executed in alphabetic order. | |||||
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 | |