summaryrefslogtreecommitdiff
path: root/odb/option-types.hxx
AgeCommit message (Collapse)AuthorFilesLines
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-21Aesthetic changes and syntax correctionsConstantin Michael1-3/+1
2011-10-21Correct oracle_version comparison operationsConstantin Michael1-31/+32
2011-10-21Implement oracle_version comparison operators and initializing constructorConstantin Michael1-2/+47
2011-10-21Add --oracle-client-version option and its associated C++ type oracle_versionConstantin Michael1-0/+30
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/+65
New options: --schema-format, --default-schema. New example: schema/embedded.