aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/oracle
AgeCommit message (Expand)AuthorFilesLines
2012-01-22Fix bug in Oracle DECIMAL/NUMERIC type aliases parsingBoris Kolpackov1-18/+9
2012-01-22Change default Oracle std::string mapping to 512 from 4000Boris Kolpackov1-1/+1
2012-01-20Add support for case where we don't send auto object id in INSERTBoris Kolpackov1-0/+1
2012-01-20Remove unnecessary newlineBoris Kolpackov1-2/+1
2012-01-20ODB compiler implementation, traits, and types test for SQL ServerBoris Kolpackov1-1/+6
2012-01-20Various Oracle cleanups and cosmetic changesBoris Kolpackov4-11/+3
2012-01-08Add support for defining composite value type as class template instantiationsBoris Kolpackov1-2/+2
2011-11-30Add commentsBoris Kolpackov2-0/+5
2011-11-30Merge LOB callback function and context into structBoris Kolpackov2-6/+4
2011-11-29Cosmetic changesBoris Kolpackov2-2/+2
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-11-16Allocate position context in oracle::lob struct instead of in Oracle LOB imageConstantin Michael2-6/+2
2011-11-15Refactor LOB descriptor, callback context, and temporary buffer handlingConstantin Michael2-16/+4
2011-11-15Add call to select_statement::stream_data for container types in OracleConstantin Michael1-0/+7
2011-11-10Add missing spaces after commas in generated codeBoris Kolpackov1-3/+3
2011-11-10Set LOB parameter capacity in runtime instead of in generated codeConstantin Michael1-5/+0
2011-11-09Make sure we can use same type as both container and simple valueBoris Kolpackov4-7/+18
2011-11-08Tighten Oracle SQL type parsing logicConstantin Michael1-56/+68
2011-11-08Pass LOB capacity using bind::capacity member instead of deriving at run-timeConstantin Michael1-4/+13
2011-11-08Add support for Oracle INTERVAL temporal typesConstantin Michael6-112/+295
2011-11-01Implement support for optimistic concurrencyBoris Kolpackov1-3/+9
2011-11-01Rename local variable to improve readabilityConstantin Michael1-3/+3
2011-11-01Use lob_auto_descriptor pointer as LOB image typeConstantin Michael1-2/+1
2011-11-01Generate an image inline function that will return its change_callback memberConstantin Michael2-4/+22
2011-11-01Do not generate image version or change_callback members for abstract objectsConstantin Michael2-3/+4
2011-11-01Implement query image change callback machineryConstantin Michael2-0/+21
2011-10-27Add support for persistent classes without object idsBoris Kolpackov1-1/+1
2011-10-27Use default behaviour for Oracle default_boolConstantin Michael1-9/+0
2011-10-26Do not use TRUE and FALSE boolean literals in OracleConstantin Michael1-1/+1
2011-10-26Disable result caching in OracleConstantin Michael1-0/+14
2011-10-24Generate database schema from database model instead of C++ modelBoris Kolpackov4-263/+272
2011-10-21Add support for const data membersBoris Kolpackov4-23/+64
2011-10-21Add support for readonly membersBoris Kolpackov1-12/+53
2011-10-21Split 'in' binding into insert/update pair; rename 'out' to selectBoris Kolpackov1-7/+48
2011-10-21Add schema_file implementation to support schema file header and footer hooksConstantin Michael1-0/+25
2011-10-21Refactor persist statement hookConstantin Michael1-17/+3
2011-10-21Implement Oracle identifier truncation to 30 charactersConstantin Michael2-0/+15
2011-10-21Rename relational::context::use_as to relational::context::need_alias_asConstantin Michael1-1/+1
2011-10-21Aesthetic changes and small bug fixesConstantin Michael1-1/+1
2011-10-21Add persist_stmt hook to handle generation of persist statement SQLConstantin Michael1-0/+29
2011-10-21Disable auto_id initialization hook for OracleConstantin Michael1-2/+1
2011-10-21Update code generation to support use of SQLT_NUM OCI type instead of SQLT_VNUConstantin Michael2-3/+4
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-21Add a context flag indicating whether AS SQL keyword should be used for aliasesConstantin Michael1-0/+1
2011-10-21Do not allocate a buffer for LOB images as connections now maintain oneConstantin Michael2-10/+6