summaryrefslogtreecommitdiff
path: root/odb/relational/oracle/context.cxx
AgeCommit message (Expand)AuthorFilesLines
2011-11-30Add commentsBoris Kolpackov1-0/+3
2011-11-08Tighten Oracle SQL type parsing logicConstantin Michael1-56/+68
2011-11-08Add support for Oracle INTERVAL temporal typesConstantin Michael1-93/+156
2011-10-24Generate database schema from database model instead of C++ modelBoris Kolpackov1-77/+57
2011-10-21Implement Oracle identifier truncation to 30 charactersConstantin Michael1-0/+11
2011-10-21Rename relational::context::use_as to relational::context::need_alias_asConstantin Michael1-1/+1
2011-10-21Add a context flag indicating whether AS SQL keyword should be used for aliasesConstantin Michael1-0/+1
2011-10-21Correct Oracle SQL type parser implementationConstantin Michael1-12/+14
2011-10-21Implement unsigned_integer as part of oracle::contextConstantin Michael1-0/+13
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/+588