aboutsummaryrefslogtreecommitdiff
path: root/odb
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-18Add binding structureConstantin Michael2-0/+105
2011-05-17Add oid enum generated from postgres-8.4.8/src/include/catalog/pg_type.hConstantin Michael1-0/+230
2011-05-13Add PGresult pointer wrapperConstantin Michael6-117/+137
2011-05-12Implement database::executeConstantin Michael4-13/+59
2011-05-11Add transaction support to databaseConstantin Michael2-10/+15
2011-05-11Add transaction implementationConstantin Michael7-1/+283
2011-05-11Modify error to allow for libpq resource cleanupConstantin Michael2-25/+54
2011-05-11Uncomment calls to connection and connection-factory interfaceConstantin Michael3-31/+24
2011-05-11Add connection and connection factory implementationsConstantin Michael6-2/+529
2011-05-09Add error supportConstantin Michael5-3/+176
2011-05-05Add pgsql database implementationConstantin Michael9-22/+547
2011-05-03Add libodb-pgsql infrastructure filesConstantin Michael11-0/+875