summaryrefslogtreecommitdiff
path: root/odb/relational
AgeCommit message (Expand)AuthorFilesLines
2012-01-20Use 1 and 0 instead of TRUE and FALSE as boolean literals in SQL ServerBoris Kolpackov1-6/+0
2012-01-20Remove unnecessary newlineBoris Kolpackov1-2/+1
2012-01-20Add support for defining composite value type as class template instantiation...Boris Kolpackov1-2/+2
2012-01-20Handle delayed result set freeing in all placesBoris Kolpackov2-14/+43
2012-01-20Correct NULL handling in object pointersBoris Kolpackov1-4/+6
2012-01-20Do not select object id in container SELECT statementBoris Kolpackov2-11/+17
2012-01-20ODB compiler implementation, traits, and types test for SQL ServerBoris Kolpackov12-159/+3781
2012-01-20Reserve correct amount of memory for quoted idBoris Kolpackov2-2/+2
2012-01-20Cosmetic changesBoris Kolpackov1-11/+9
2012-01-20Use static variables instead of extern in unnamed namespaceBoris Kolpackov2-62/+55
2012-01-20Various Oracle cleanups and cosmetic changesBoris Kolpackov4-11/+3
2012-01-08Add support for defining composite value type as class template instantiationsBoris Kolpackov14-102/+146
2012-01-06Cleanup dead codeBoris Kolpackov1-9/+0
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 Kolpackov2-4/+5
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 Michael2-0/+18
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 Kolpackov18-43/+86
2011-11-08Add support for const version membersBoris Kolpackov1-5/+6
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 Kolpackov8-74/+471
2011-11-01Rework statement interfaces wrt param/result passingBoris Kolpackov1-17/+31
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-01Format generated code nicelyConstantin Michael1-1/+2
2011-11-01Do not generate image version or change_callback members for abstract objectsConstantin Michael3-4/+5
2011-11-01Implement query image change callback machineryConstantin Michael4-0/+35
2011-10-28Implement returning of auto id using RETURNING clause in PostgreSQLBoris Kolpackov1-0/+12
2011-10-27Add support for persistent classes without object idsBoris Kolpackov6-254/+326
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-26Output DEFAULT clause before NULL specification when generating schemaConstantin Michael1-3/+4
2011-10-26Disable result caching in OracleConstantin Michael1-0/+14
2011-10-24Generate database schema from database model instead of C++ modelBoris Kolpackov25-1227/+2065
2011-10-21Use base implementation instead of duplicating codeBoris Kolpackov1-10/+8
2011-10-21Add support for const data membersBoris Kolpackov22-177/+419
2011-10-21Add support for readonly membersBoris Kolpackov7-162/+398
2011-10-21Split 'in' binding into insert/update pair; rename 'out' to selectBoris Kolpackov8-215/+535
2011-10-21Generate auto_id constant even if id is in baseBoris Kolpackov1-0/+3
2011-10-21Add schema_file implementation to support schema file header and footer hooksConstantin Michael3-0/+49
2011-10-21Refactor persist statement hookConstantin Michael2-41/+22