aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statement.cxx
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Complete statement::bind_result implementationConstantin Michael1-16/+26
2011-05-25Aesthetic changes and small refactoringsConstantin Michael1-75/+54
2011-05-24Update insert_statement to use lastval() to get last insert idConstantin Michael1-9/+15
2011-05-24Add select_statement and binding adapters. Correct version usageConstantin Michael1-27/+301
2011-05-19Aesthetic changes and small corrections/re-factoringsConstantin Michael1-27/+18
2011-05-19Add update_statementConstantin Michael1-0/+44
2011-05-19Add statement, insert_statement, and delete_statementConstantin Michael1-0/+179