summaryrefslogtreecommitdiff
path: root/odb/relational/oracle/schema.cxx
AgeCommit message (Expand)AuthorFilesLines
2011-10-24Generate database schema from database model instead of C++ modelBoris Kolpackov1-185/+121
2011-10-21Add support for const data membersBoris Kolpackov1-1/+2
2011-10-21Add schema_file implementation to support schema file header and footer hooksConstantin Michael1-0/+25
2011-10-21Correct generation of Oracle sequences and triggers for auto increment columnsConstantin Michael1-4/+12
2011-10-21Disable generation of inline foreign key constraintsConstantin Michael1-0/+5
2011-10-21Specify all VARCHAR2 and NVARCHAR2 columns as nullableConstantin Michael1-0/+13
2011-10-21Cascade constraints when dropping Oracle tablesConstantin Michael1-1/+1
2011-10-21Minimize Oracle schema_emitter implementationConstantin Michael1-14/+4
2011-10-21Specialize schema_emitter for OracleConstantin Michael1-0/+47
2011-10-21Use the quoted column name of the id member in the auto id trigger bodyConstantin Michael1-1/+1
2011-10-21Use GNU GPL v3 license for ODB compiler filesConstantin Michael1-1/+1
2011-10-21Correct Oracle auto ID trigger implementationConstantin Michael1-4/+6
2011-10-21Compact Oracle drop_table PL/SQL codeConstantin Michael1-10/+4
2011-10-21Add Oracle schema implementationConstantin Michael1-0/+279