summaryrefslogtreecommitdiff
path: root/odb/makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-04-10Generate add/drop foreign key migration statementsBoris Kolpackov1-1/+2
Also add the --fkeys-deferrable-mode option. General schemas generation rework.
2013-04-10Add support for maintaining log of database model changesBoris Kolpackov1-0/+1
2013-04-10Add changelog, changeset, and add_table semantics nodesBoris Kolpackov1-0/+8
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-02-06Install plugin to pkgexecdir instead of bindirBoris Kolpackov1-1/+1
2012-11-21Add dynamic multi-database query supportBoris Kolpackov1-0/+3
2012-11-21Add dynamic multi-database support excluding queryBoris Kolpackov1-0/+1
2012-10-25Static multi-database supportBoris Kolpackov1-1/+2
Add new options (--multi-database, --default-database). Generate common code to -odb.?xx files and database-specific to -odb-<db>.?xx.
2012-07-27Add support for defining indexesBoris Kolpackov1-0/+1
New db pragma qualifier: index. New tests: common/index, mysql/index, pgsql/index.
2012-07-10Add support for custom database type mappingBoris Kolpackov1-1/+2
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom.
2012-04-27Add support for NULL pointers to objects with composite object idsBoris Kolpackov1-0/+5
2012-03-05Add support for generating schema creation code into separate C++ fileBoris Kolpackov1-1/+2
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-26Implement support for database schemaBoris Kolpackov1-6/+5
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-20ODB compiler implementation, traits, and types test for SQL ServerBoris Kolpackov1-0/+10
2011-11-08Get rid of special tracer databaseBoris Kolpackov1-7/+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-24Generate database schema from database model instead of C++ modelBoris Kolpackov1-71/+96
We now first create the so-called database model from C++ model and then use that to generate the database schema. The new approach also adds more general support for primary/foreign keys, including multi- column keys. Finally, for MySQL we now generate out-of-line foreign key definitions. Because MySQL does not support deferred constraints checking, deferred foreign keys are written commented out, for documentation.
2011-10-21Add Oracle header and source implementationsConstantin Michael1-0/+2
2011-10-21Add schema.cxx to makefileConstantin Michael1-1/+2
2011-10-21Add common implementation for OracleConstantin Michael1-1/+2
2011-10-21Implement SQL type parsing and C++ type mappings for OracleConstantin Michael1-0/+5
2011-09-19Make processing top-level action, like validation and generationBoris Kolpackov1-2/+3
2011-09-19Rename error.?xx to diagnostics.?xxBoris Kolpackov1-1/+1
2011-09-16Support for views; integrated partBoris Kolpackov1-0/+1
2011-07-05Add PostgreSQL source generation implementationConstantin Michael1-1/+2
2011-07-05Add new PostgreSQL implementations to makefileConstantin Michael1-1/+4
2011-07-05Add pgsql sql_type and sql type parsing implementationConstantin Michael1-0/+5
2011-04-25Use out own diagnostic functions to avoid bogus location contextBoris Kolpackov1-0/+1
2011-03-21Add support for SQLite type system, adjust code generatorsBoris Kolpackov1-0/+1
2011-03-21Infrastructure setup and schema generation for SQLiteBoris Kolpackov1-0/+9
2011-03-21Move type processor to relational/Boris Kolpackov1-47/+47
2011-03-21Split MySQL code generator into common and db-specific partsBoris Kolpackov1-8/+16
The common part (in relational/) still has some MySQL-specific parts. Also, add the notion of the current context which is used to avoid explicitly passing the context object to every generator's c-tor.
2011-03-01Add support for embedded database schemasBoris Kolpackov1-3/+6
New options: --schema-format, --default-schema. New example: schema/embedded.
2011-02-01Pass profile paths to plugin; handle profile optionsBoris Kolpackov1-1/+1
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-11-28Qualify all unqualified name components in pointer typesBoris Kolpackov1-0/+1
This this necessary since they may not resolve in the typedef that we generate in namespace odb.
2010-11-19Fix bug in option passing between driver and pluginBoris Kolpackov1-0/+1
This requires new option description functionality from CLI.
2010-11-09Implement new compilation architectureBoris Kolpackov1-0/+1
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-11-01Factor assignment of database type to separate passBoris Kolpackov1-0/+1
2010-10-27Implement support for composite value typesBoris Kolpackov1-0/+3
New test: common/composite.
2010-10-22Implement inclusion of dependant -odb headersBoris Kolpackov1-0/+1
New test: tracer/include.
2010-09-14Support fall-back dependency trackingBoris Kolpackov1-3/+2
2010-09-13Change GPL v3Boris Kolpackov1-1/+1
2010-09-13Filter out duplicate filesBoris Kolpackov1-1/+1
2010-09-12Distribute generated code from out_baseBoris Kolpackov1-3/+7
2010-09-12Don't version-control generated codeBoris Kolpackov1-2/+3
2010-09-02Add automake build system supportBoris Kolpackov1-4/+21
2010-08-19Add validator passBoris Kolpackov1-0/+1
Detect members with anonymous types.
2010-07-30Add support for the rest of database operationsBoris Kolpackov1-0/+1