index
:
LibDB++ PostgreSQL
main
LibDB++ PostgreSQL connector.
Dan Goodliffe
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libpqpp
/
connection.cpp
Commit message (
Expand
)
Author
Age
*
PostgreSQL files prefixed with pq-
Dan Goodliffe
2015-12-24
*
Improve connection failure detection
Dan Goodliffe
2015-12-07
*
Fix connection leak on connect failure
Dan Goodliffe
2015-12-06
*
Check for libpq thread safety, disable libcrypto init (fixes crashes with mul...
Dan Goodliffe
2015-12-02
*
Propergate connection error details into DB::Error and add test
Dan Goodliffe
2015-12-02
*
Add support for getting last insert value
libdbpp-postgresql-0.9.1
Dan Goodliffe
2015-10-17
*
PostgreSQL mocking and tests from Project2
Dan Goodliffe
2015-09-24
*
Override Connection::execute with a specific version that doesn't involve the...
Dan Goodliffe
2015-05-27
*
GCC 4.7 compat fixes
randomdan
2013-03-04
*
Fix issues with PQ connection errors not being handled correctly
randomdan
2013-01-27
*
A stream interface, an RDBMS bulk load interface, a decompression layer, an i...
randomdan
2012-03-20
*
Allow PQ_TUPLES_OK as an ok reply for modify commands (for cases when a funct...
randomdan
2011-03-30
*
Add check function for when a connection is finished with, but you don't want...
randomdan
2011-02-17
*
Fixes to compile with all gcc warnings as errors
randomdan
2011-02-14
*
Minor tweaks to improve perforamce on PG bulk deletes
randomdan
2011-02-13
*
Support for table patching in different ways according to what the connector ...
randomdan
2011-02-11
*
Fix the build system to do dependencies properly
randomdan
2011-02-09