aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/oracle/schema.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Remove unnecessary instance<> usageBoris Kolpackov1-2/+2
2012-07-11Drop Oracle trigger and sequence only if we have auto primary keyBoris Kolpackov1-18/+38
2012-07-10Add missing newlineBoris Kolpackov1-1/+1
2012-03-09Don't override NOT NULL on Oracle VARCHAR column if it's primary keyBoris Kolpackov1-4/+21
2012-03-05Add support for generating schema creation code into separate C++ fileBoris Kolpackov1-6/+6
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
2012-01-26Implement support for database schemaBoris Kolpackov1-9/+11
2011-11-18Add newlines to the multi-line embedded schema creation statementsBoris Kolpackov1-1/+1
2011-11-17Correct Oracle PL/SQL script generation typoConstantin Michael1-1/+1
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