aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/pgsql
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Add enum support to PostgreSQLConstantin Michael2-4/+25
2011-07-05Implement PostgreSQL query_statement_ctor and post_query_ hooksConstantin Michael1-0/+23
2011-07-05Generate PostgreSQL query statement nameConstantin Michael2-0/+13
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 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-05Correct typosConstantin Michael1-2/+2
2011-07-05Add PostgreSQL source generation implementationConstantin Michael1-0/+801
2011-07-05Correct PostgreSQL schema generation implementationConstantin Michael1-9/+10
2011-07-05Correct size type used in header generationConstantin Michael1-25/+4
2011-07-05Add PostgreSQL header generation implementationConstantin Michael1-0/+158
2011-07-05Add PostgreSQL schema generation implementationConstantin Michael1-0/+55
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-05Add pgsql sql_type and sql type parsing implementationConstantin Michael2-0/+747