aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Generate PostgreSQL query statement nameConstantin Michael2-0/+13
2011-07-05Add query_statment_ctor and post_query_ hooks to relational source generationConstantin Michael1-7/+25
2011-07-05Fully qualify all references to odb::details namespaceConstantin Michael1-8/+8
2011-07-05Correct PostgreSQL container statement and types array generationConstantin Michael2-120/+62
2011-07-05Implement PostgreSQL container statement name and types array generationConstantin Michael2-71/+289
2011-07-05Add hooks for generating extra code in container traitsConstantin Michael2-1/+24
2011-07-05Add support for auto ID aware PostgreSQL query parameter generationConstantin Michael1-5/+18
2011-07-05Implement PostgreSQL statement name and types array code generationConstantin Michael2-7/+151
2011-07-05Add base typedef to relational::query_parametersConstantin Michael1-0/+2
2011-07-05Correct typosConstantin Michael1-2/+2
2011-07-05Enable context creation for PostgreSQLConstantin Michael1-4/+1
2011-07-05Add PostgreSQL source generation implementationConstantin Michael2-1/+803
2011-07-05Correct PostgreSQL schema generation implementationConstantin Michael1-9/+10
2011-07-05Correct size type used in header generationConstantin Michael1-25/+4
2011-07-05Move leading space in object_columns::type hook to object_columns::columnConstantin Michael1-2/+2
2011-07-05Add new PostgreSQL implementations to makefileConstantin Michael1-1/+4
2011-07-05Add PostgreSQL header generation implementationConstantin Michael1-0/+158
2011-07-05Add PostgreSQL schema generation implementationConstantin Michael1-0/+55
2011-07-05Add type hook point to relational schema generationConstantin Michael1-1/+8
2011-07-05Add PostgreSQL common implementationConstantin Michael2-0/+592
2011-07-05Implement remainder of PostgreSQL contextConstantin Michael2-261/+177
2011-07-05Add PostgreSQL FLOAT and timezone suffix parsingConstantin Michael2-6/+58
2011-07-05Correct db_id_type for PostgreSQL TEXT typeConstantin Michael1-1/+1
2011-07-05Remove support for timezone types TIMETZ and TIMESTAMPTZConstantin Michael2-4/+10
2011-07-05Update options file to include PostgreSQLConstantin Michael1-4/+4
2011-07-05Aesthetic changesConstantin Michael1-1/+4
2011-07-05Add pgsql sql_type and sql type parsing implementationConstantin Michael3-0/+752
2011-07-05Make compiler pgsql awareConstantin Michael5-0/+18
2011-07-04Implement support for database operations callbacksBoris Kolpackov10-4/+343
2011-07-04Fix terminologyBoris Kolpackov1-3/+3
2011-06-30Reset range if we have two values in MySQL FLOAT parsingBoris Kolpackov1-0/+8
2011-06-30Take into account precision in MySQL FLOAT type parsingBoris Kolpackov1-1/+16
2011-06-29Add --include-regex and --include-regex-trace optionsBoris Kolpackov8-52/+225
2011-06-28Handle anonymous union membersBoris Kolpackov1-0/+19
2011-06-21Distinguish between normal and auto-id params in persist statementBoris Kolpackov1-11/+43
2011-06-21Add hooks for generating extra code in object traitsBoris Kolpackov3-0/+29
2011-05-04Add support for customizing query parameter formatBoris Kolpackov1-41/+82
2011-05-04Cosmetic changesBoris Kolpackov1-1/+1
2011-05-04Add instance::get() functionBoris Kolpackov1-0/+6
2011-04-27Pass through -framework option (Mac OS X)1.4.0Boris Kolpackov1-0/+15
2011-04-27Remove unnecessary includeBoris Kolpackov1-2/+0
2011-04-26Bump version to 1.4.0Boris Kolpackov5-11/+11
2011-04-26Update NEWS fileBoris Kolpackov1-5/+27
2011-04-26Add chapter on object inheritance, document abstract pragmaBoris Kolpackov1-229/+517
2011-04-25Add support for mapping to database types based on type aliasesBoris Kolpackov7-38/+101
2011-04-25Add typedef hints, move hint map to semantics::unitBoris Kolpackov3-17/+53
2011-04-25Use out own diagnostic functions to avoid bogus location contextBoris Kolpackov5-63/+123
2011-04-25Add support for abstract object typesBoris Kolpackov14-284/+407
2011-04-25Add complete() and abstract() predicates to semantics::class_Boris Kolpackov3-1/+19
2011-04-25Reuse container traits from composite valuesBoris Kolpackov4-198/+301