aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statement.cxx
AgeCommit message (Expand)AuthorFilesLines
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
2011-11-09Avoid copying statement text if it is statically allocatedBoris Kolpackov1-26/+148
2011-11-07Add support for SQL statement tracingBoris Kolpackov1-2/+59
2011-11-01Implement support for optimistic concurrencyBoris Kolpackov1-24/+24
2011-10-30Rework statement interfaces wrt param/result passingBoris Kolpackov1-72/+66
2011-10-28Implement returning of auto id using RETURNING clause in PostgreSQLBoris Kolpackov1-22/+40
2011-09-19Add assertion for mismatch of result set column count in MySQL and SQLiteBoris Kolpackov1-0/+5
2011-09-06Allow select statement without parametersBoris Kolpackov1-7/+23
2011-08-30Implement uniform handle management across all databasesBoris Kolpackov1-72/+56
2011-08-22Add support for constructing delete_statement with native binding onlyBoris Kolpackov1-2/+16
2011-07-25Suppress warningsBoris Kolpackov1-2/+2
2011-07-25Avoid unnecessary initializationBoris Kolpackov1-1/+1
2011-07-24Always initialize format and size values in native_bindConstantin Michael1-1/+3
2011-07-22Get rid of libpq-fe.h inclusion in public headersBoris Kolpackov1-15/+34
2011-07-21Quote prepared statement name in deallocation commandConstantin Michael1-1/+2
2011-07-14Add support for binary format NUMERIC typeConstantin Michael1-71/+62
2011-07-13Add support for DATE, TIME and TIMESTAMP SQL typesConstantin Michael1-4/+31
2011-07-11Free deallocate query resultBoris Kolpackov1-1/+2
2011-07-05Implement PostgreSQL specific fetch operations for select_statementConstantin Michael1-22/+48
2011-07-04Add missing image buffer type cases to bind_result implementationConstantin Michael1-1/+12
2011-07-04Add additional functionality required by query implementationConstantin Michael1-4/+17
2011-06-27Correct lastval caching logicConstantin Michael1-1/+5
2011-06-24Move byte order conversion to traits set_value/set_image functionsConstantin Michael1-9/+9
2011-06-24Move insert_statement lastval query from execute() to id()Constantin Michael1-20/+29
2011-06-24Correct native_bind lengths array initializationConstantin Michael1-1/+55
2011-06-07Aesthetic changesConstantin Michael1-2/+1
2011-05-31Correct statementConstantin Michael1-17/+18
2011-05-30Move endian-traits to odb/pgsql/details folderConstantin Michael1-1/+1
2011-05-27Use oid enum instead of Oid libpq typedef to avoid libpq-fe.h dependenciesConstantin Michael1-6/+6
2011-05-26Correct statementConstantin Michael1-71/+44
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