aboutsummaryrefslogtreecommitdiff
path: root/odb/option-types.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-20Work around SQL Server 2005 bug with long data and OUTPUT clauseBoris Kolpackov1-0/+48
2012-01-20ODB compiler implementation, traits, and types test for SQL ServerBoris Kolpackov1-0/+1
2011-11-08Get rid of special tracer databaseBoris Kolpackov1-2/+1
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-10-21Implement oracle_version comparison operators and initializing constructorConstantin Michael1-5/+2
2011-10-21Remove unnecessary header fileConstantin Michael1-1/+0
2011-10-21Add --oracle-client-version option and its associated C++ type oracle_versionConstantin Michael1-0/+44
2011-10-21Make ODB Oracle awareConstantin Michael1-0/+1
2011-07-05Make compiler pgsql awareConstantin Michael1-0/+1
2011-03-21Infrastructure setup and schema generation for SQLiteBoris Kolpackov1-0/+1
2011-03-01Add support for embedded database schemasBoris Kolpackov1-0/+93
New options: --schema-format, --default-schema. New example: schema/embedded.