aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/source.hxx
AgeCommit message (Expand)AuthorFilesLines
2012-04-27Don't generate grow code for databases that don't need itBoris Kolpackov1-13/+28
2012-04-27Support for NULL value semantics for composite valuesBoris Kolpackov1-16/+45
2012-04-27Add support for NULL pointers to objects with composite object idsBoris Kolpackov1-22/+19
2012-04-26Make session optionalBoris Kolpackov1-2/+0
2012-04-23Polymorphic inheritance supportBoris Kolpackov1-2080/+480
2012-03-07Use RAII to free select statement resultsBoris Kolpackov1-48/+58
2012-03-06Detect situations where session is required but not usedBoris Kolpackov1-0/+18
2012-03-05Add support for generating schema creation code into separate C++ fileBoris Kolpackov1-220/+4
2012-02-27Add support for specifying table prefix on namespaceBoris Kolpackov1-7/+18
2012-02-22Add support for composite object idsBoris Kolpackov1-248/+848
2012-02-10Use correct truncation vector in container loading codeBoris Kolpackov1-2/+2
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
2012-01-27Make container schema override object schemaBoris Kolpackov1-4/+9
2012-01-26Add clarifying commentsBoris Kolpackov1-1/+5
2012-01-26Implement support for database schemaBoris Kolpackov1-17/+24
2012-01-25Rename --default-schema to --schema-nameBoris Kolpackov1-1/+1
2012-01-20Add support for case where we don't send auto object id in INSERTBoris Kolpackov1-4/+11
2012-01-20Handle delayed result set freeing in all placesBoris Kolpackov1-11/+35
2012-01-20Do not select object id in container SELECT statementBoris Kolpackov1-7/+8
2012-01-20ODB compiler implementation, traits, and types test for SQL ServerBoris Kolpackov1-143/+246
2012-01-08Add support for defining composite value type as class template instantiationsBoris Kolpackov1-21/+23
2011-11-18Add newlines to the multi-line embedded schema creation statementsBoris Kolpackov1-3/+4
2011-11-15Add call to select_statement::stream_data for container types in OracleConstantin Michael1-0/+11
2011-11-09Make sure we can use same type as both container and simple valueBoris Kolpackov1-9/+6
2011-11-01Implement support for optimistic concurrencyBoris Kolpackov1-37/+280
2011-11-01Rework statement interfaces wrt param/result passingBoris Kolpackov1-17/+31
2011-11-01Implement query image change callback machineryConstantin Michael1-0/+7
2011-10-27Add support for persistent classes without object idsBoris Kolpackov1-175/+197
2011-10-24Generate database schema from database model instead of C++ modelBoris Kolpackov1-15/+71
2011-10-21Add support for const data membersBoris Kolpackov1-20/+58
2011-10-21Add support for readonly membersBoris Kolpackov1-87/+164
2011-10-21Split 'in' binding into insert/update pair; rename 'out' to selectBoris Kolpackov1-99/+196
2011-10-21Refactor persist statement hookConstantin Michael1-24/+19
2011-10-21Rename relational::context::use_as to relational::context::need_alias_asConstantin Michael1-6/+6
2011-10-21Aesthetic changes and small bug fixesConstantin Michael1-3/+4
2011-10-21Add persist_stmt hook to handle generation of persist statement SQLConstantin Michael1-9/+28
2011-10-21Use cached auto_id flag to determine presence of auto increment columnConstantin Michael1-21/+6
2011-10-21Add init_value_extra hook to relational source generationConstantin Michael1-5/+16
2011-10-21Add flag to context indicating whether to generate grow codeConstantin Michael1-45/+72
2011-10-03Use traditional const placementBoris Kolpackov1-2/+2
2011-10-02If query substituting placeholder is empty, pass true expression insteadBoris Kolpackov1-5/+15
2011-09-27Add support for associating tables with viewsBoris Kolpackov1-30/+106
2011-09-21Rework const object handlingBoris Kolpackov1-57/+13
2011-09-20Rename query_clause to query_statement for consistencyBoris Kolpackov1-7/+7
2011-09-19Rename generation_failed exception to operation_failedBoris Kolpackov1-6/+6
2011-09-19Use query_base_type instead of query_type as argument typeBoris Kolpackov1-5/+5
2011-09-19Rename error.?xx to diagnostics.?xxBoris Kolpackov1-1/+1
2011-09-16Don't use DISTINCT in generated SELECT statementsBoris Kolpackov1-4/+1
2011-09-16Support for views; integrated partBoris Kolpackov1-21/+756