summaryrefslogtreecommitdiff
path: root/odb/options.cli
AgeCommit message (Collapse)AuthorFilesLines
2012-01-29Proofreading fix1.8.0Boris Kolpackov1-1/+1
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-29Proofreading fixes to documentationBoris Kolpackov1-6/+6
2012-01-29Document database schema supportBoris Kolpackov1-4/+10
2012-01-27Rename --default-schema to --schemaBoris Kolpackov1-1/+1
2012-01-26Implement support for database schemaBoris Kolpackov1-0/+6
New pragma qualifier: namespace. New pragma specifier: schema. The table specifier was extended to accept a schema prefix. New option: --default- schema. The common/schema test was extended to cover the new functionality.
2012-01-25Rename --default-schema to --schema-nameBoris Kolpackov1-5/+5
2012-01-20Minor documentation fixesBoris Kolpackov1-3/+3
2012-01-20Work around SQL Server 2005 bug with long data and OUTPUT clauseBoris Kolpackov1-6/+20
2012-01-20Change short data max and default string sizes for SQL ServerBoris Kolpackov1-4/+4
Now the default short data max is 1024, non-key string size is 512 characters, and key string size is 256 characters. Also add default mapping for std::wstring.
2012-01-20Change short data limit to match that of object idBoris Kolpackov1-2/+4
Object id must never be treated as long data.
2012-01-20ODB compiler implementation, traits, and types test for SQL ServerBoris Kolpackov1-18/+38
2011-12-05Add missing mentioning of OracleBoris Kolpackov1-3/+3
2011-11-08Get rid of special tracer databaseBoris Kolpackov1-1/+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-21Add --oracle-client-version option and its associated C++ type oracle_versionConstantin Michael1-0/+13
2011-10-21Make ODB Oracle awareConstantin Michael1-1/+1
2011-10-03Update options documentation with view informationBoris Kolpackov1-12/+13
2011-08-22Add --table-prefix optionBoris Kolpackov1-0/+10
Assign unique table prefixes to most examples. This makes sure that we don't end up with broken schemas where half of the tables were changed by the next test and the other half has foreign keys that now point to nowhere.
2011-07-27Documentation fixBoris Kolpackov1-1/+1
2011-07-05Update options file to include PostgreSQLConstantin Michael1-4/+4
2011-06-29Add --include-regex and --include-regex-trace optionsBoris Kolpackov1-0/+29
This requires libcutl update.
2011-04-24Add --odb-{prologue,epilogue}-file optionsBoris Kolpackov1-0/+16
2011-03-30Add support for database-specific profilesBoris Kolpackov1-8/+17
2011-03-21Infrastructure setup and schema generation for SQLiteBoris Kolpackov1-2/+15
2011-03-01Move profile option higher up in list of optionsBoris Kolpackov1-16/+19
2011-03-01Add short option aliases for --generate-query and --generate-schemaBoris Kolpackov1-2/+2
2011-03-01Add support for embedded database schemasBoris Kolpackov1-6/+34
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-02-01Don't use CLI to handle service optionsBoris Kolpackov1-6/+0
2011-01-25Man pages proofreading fixesBoris Kolpackov1-6/+6
2011-01-20Implement support for profilesBoris Kolpackov1-4/+18
New option: --profile/-p.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-09Cosmetic change (rename naked pointer to raw pointer)Boris Kolpackov1-2/+2
2010-11-15Add support for custom object pointersBoris Kolpackov1-0/+23
New option: --default-pointer. New object pragma specifier: pointer.
2010-11-09Add support for standard and custom ODB compilation prologues and epiloguesBoris Kolpackov1-0/+18
2010-11-09Implement new compilation architectureBoris Kolpackov1-0/+6
Instead of compiling the header directly, g++ is now invoked to compile stdin. At the same time the odb driver pipes the original header to g++. This new approach allows us to add some source code before and/or after the original header.
2010-09-15Document -I, -D, -U, -x, and -v optionsBoris Kolpackov1-0/+34
2010-09-13Change GPL v3Boris Kolpackov1-1/+1
2010-09-12Fix a typoBoris Kolpackov1-1/+1
2010-08-13Do not generate query support code by defaultBoris Kolpackov1-0/+6
Add the --generate-query option to explicitly request this functionality.
2010-08-03Generated code infrastructureBoris Kolpackov1-0/+114
Add prologue/epilogue support, version check, and pre/post inclusion.
2010-06-04Next chunk of functionalityBoris Kolpackov1-10/+63
2010-05-07Remove the --proprietary-license optionBoris Kolpackov1-6/+0
It is not necessary since we are not going to copyright the generated code.
2010-05-07Handle --version and --helpBoris Kolpackov1-1/+7
Also add the --proprietary license option.
2010-03-30Add code generator infrastructureBoris Kolpackov1-0/+46
2010-03-26Disable tracing by defaultBoris Kolpackov1-0/+4
Provide an option to enable it.
2010-03-26Add option file and the build infrastructureBoris Kolpackov1-0/+34