summaryrefslogtreecommitdiff
path: root/odb/option-functions.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-09-12Implement --output-name, --generate-schema-only, and --at-once optionsBoris Kolpackov1-0/+6
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-20ODB compiler implementation, traits, and types test for SQL ServerBoris Kolpackov1-0/+1
2011-11-08Get rid of special tracer databaseBoris Kolpackov1-4/+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-10-21Make ODB Oracle awareConstantin Michael1-4/+1
2011-07-05Make compiler pgsql awareConstantin Michael1-0/+5
2011-03-21Infrastructure setup and schema generation for SQLiteBoris Kolpackov1-0/+5
2011-03-01Add support for embedded database schemasBoris Kolpackov1-0/+36
New options: --schema-format, --default-schema. New example: schema/embedded.