aboutsummaryrefslogtreecommitdiff
path: root/odb
AgeCommit message (Expand)AuthorFilesLines
2011-07-04Correct traits byte-order conversionConstantin Michael1-1/+1
2011-07-04Add missing image buffer type cases to bind_result implementationConstantin Michael1-1/+12
2011-07-04Add query and result implementationConstantin Michael6-0/+2293
2011-07-04Add additional functionality required by query implementationConstantin Michael2-4/+34
2011-06-29Use container traits column counts to specifiy container statment countsConstantin Michael2-7/+7
2011-06-27Add a nop specialization for converting byte order of a single byteConstantin Michael1-0/+10
2011-06-27Correct lastval caching logicConstantin Michael1-1/+5
2011-06-24Move byte order conversion to traits set_value/set_image functionsConstantin Michael2-11/+12
2011-06-24Move insert_statement lastval query from execute() to id()Constantin Michael2-24/+31
2011-06-24Correct native_bind lengths array initializationConstantin Michael1-1/+55
2011-06-24Make oid enumeration anonymousConstantin Michael1-1/+1
2011-06-24Forward declare libpq type Oid in pgsql-types.hxxConstantin Michael1-0/+2
2011-06-24Add hack to deal with pgsql::details/odb::details namespace clashConstantin Michael1-0/+10
2011-06-24Use in_column_count to specify PostgreSQL object statements param countConstantin Michael1-4/+4
2011-06-22Correct typosConstantin Michael1-5/+5
2011-06-20Add missing buffer types to bindConstantin Michael1-1/+6
2011-06-07Aesthetic changesConstantin Michael1-2/+1
2011-06-07Remove enum from set of supported typesConstantin Michael1-18/+2
2011-06-02Add date/time type image_traitsConstantin Michael1-1/+14
2011-05-31Add traits to makefileConstantin Michael1-0/+1
2011-05-31Complete traitsConstantin Michael1-11/+54
2011-05-31Cleanup oid enumeration - include necessary Oids onlyConstantin Michael1-139/+5
2011-05-31Correct statementConstantin Michael2-29/+23
2011-05-31Remove version data member from native_bindingConstantin Michael1-2/+1
2011-05-30Move endian-traits to odb/pgsql/details folderConstantin Michael4-18/+18
2011-05-27Add traitsConstantin Michael2-0/+349
2011-05-27Add new files to makefileConstantin Michael1-9/+10
2011-05-27Add statement-cache and enable relevant functionality in connectionConstantin Michael3-94/+77
2011-05-27Add container-statementsConstantin Michael2-0/+404
2011-05-27Cleanup object-statementsConstantin Michael2-22/+13
2011-05-27Use oid enum instead of Oid libpq typedef to avoid libpq-fe.h dependenciesConstantin Michael2-11/+12
2011-05-27Cleanup oid enumerationConstantin Michael1-49/+2
2011-05-26Correct statementConstantin Michael2-71/+45
2011-05-26Aesthetic changesConstantin Michael1-4/+12
2011-05-26Correct endian-traitsConstantin Michael2-81/+113
2011-05-26Remove unnecessary headersConstantin Michael1-4/+0
2011-05-26Add object-statments implementationConstantin Michael4-0/+573
2011-05-26Complete statement::bind_result implementationConstantin Michael1-16/+26
2011-05-26Add host endian detection and endian conversion algorithmsConstantin Michael3-0/+139
2011-05-25Aesthetic changes and small refactoringsConstantin Michael3-83/+56
2011-05-24Update insert_statement to use lastval() to get last insert idConstantin Michael2-11/+20
2011-05-24Add select_statement and binding adapters. Correct version usageConstantin Michael2-35/+404
2011-05-24Correct bind struct and add initial buffer type enumerationConstantin Michael1-1/+18
2011-05-24Correct native_binding structConstantin Michael1-8/+8
2011-05-24Update result_ptr to be standard and safeConstantin Michael1-3/+16
2011-05-19Aesthetic changes and small corrections/re-factoringsConstantin Michael2-35/+22
2011-05-19Add version data member to native_bindingConstantin Michael1-1/+2
2011-05-19Add update_statementConstantin Michael2-0/+73
2011-05-19Update makefile to build statement.cxxConstantin Michael1-0/+1
2011-05-19Add statement, insert_statement, and delete_statementConstantin Michael2-0/+289