summaryrefslogtreecommitdiff
path: root/libpqpp/pq-selectcommand.cpp
Commit message (Collapse)AuthorAge
* Rename SelectCommand to CursorSelectCommandDan Goodliffe2016-04-24
|
* Don't attempt to close cursors when in failed transaction (it's failed and ↵Dan Goodliffe2016-04-21
| | | | result in sigabrt)
* Refactor to use std::string as buffer and increase test coverageDan Goodliffe2016-02-19
|
* Close select tx after close cursor, add error checkingDan Goodliffe2016-01-10
|
* Only open select transactions when the connection doesn't already have oneDan Goodliffe2015-12-30
|
* Improve and centralise transaction handling logicDan Goodliffe2015-12-29
|
* PostgreSQL files prefixed with pq-Dan Goodliffe2015-12-24