summaryrefslogtreecommitdiff
path: root/odb/relational/oracle/context.hxx
AgeCommit message (Collapse)AuthorFilesLines
2011-11-08Add support for Oracle INTERVAL temporal typesConstantin Michael1-0/+5
2011-10-24Generate database schema from database model instead of C++ modelBoris Kolpackov1-1/+20
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-21Implement Oracle identifier truncation to 30 charactersConstantin Michael1-0/+4
2011-10-21Aesthetic changes and comment additionsConstantin Michael1-1/+1
2011-10-21Implement unsigned_integer as part of oracle::contextConstantin Michael1-0/+3
2011-10-21Use GNU GPL v3 license for ODB compiler filesConstantin Michael1-1/+1
2011-10-21Implement SQL type parsing and C++ type mappings for OracleConstantin Michael1-0/+107