aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statement.hxx
AgeCommit message (Expand)AuthorFilesLines
2011-08-30Implement uniform handle management across all databasesBoris Kolpackov1-2/+3
2011-08-22Add support for constructing delete_statement with native binding onlyBoris Kolpackov1-1/+8
2011-07-22Get rid of libpq-fe.h inclusion in public headersBoris Kolpackov1-4/+2
2011-07-05Aesthetic changesConstantin Michael1-6/+1
2011-07-05Implement PostgreSQL specific fetch operations for select_statementConstantin Michael1-11/+41
2011-07-04Add additional functionality required by query implementationConstantin Michael1-0/+17
2011-06-24Move insert_statement lastval query from execute() to id()Constantin Michael1-4/+2
2011-05-31Correct statementConstantin Michael1-12/+5
2011-05-27Use oid enum instead of Oid libpq typedef to avoid libpq-fe.h dependenciesConstantin Michael1-5/+6
2011-05-26Correct statementConstantin Michael1-0/+1
2011-05-25Aesthetic changes and small refactoringsConstantin Michael1-2/+1
2011-05-24Update insert_statement to use lastval() to get last insert idConstantin Michael1-2/+5
2011-05-24Add select_statement and binding adapters. Correct version usageConstantin Michael1-8/+103
2011-05-19Aesthetic changes and small corrections/re-factoringsConstantin Michael1-8/+4
2011-05-19Add update_statementConstantin Michael1-0/+29
2011-05-19Add statement, insert_statement, and delete_statementConstantin Michael1-0/+110