Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use command options statement hash when it's available | Dan Goodliffe | 2017-01-01 |
| | |||
* | Use prepared statements for bulk selects | Dan Goodliffe | 2016-04-24 |
| | |||
* | Actually, don't prepare statement upfront during construction as it might ↵ | Dan Goodliffe | 2016-02-28 |
| | | | | not be valid (e.g. uncreated temp tables) | ||
* | Prepare statement upfront during construction | Dan Goodliffe | 2016-02-26 |
| | |||
* | Reuse prepared statements | Dan Goodliffe | 2016-02-25 |
| | |||
* | Refactor to use std::string as buffer and increase test coverage | Dan Goodliffe | 2016-02-19 |
| | |||
* | Improve and centralise transaction handling logic | Dan Goodliffe | 2015-12-29 |
| | |||
* | Reshuffle and add new exceptions | Dan Goodliffe | 2015-12-29 |
| | |||
* | PostgreSQL files prefixed with pq- | Dan Goodliffe | 2015-12-24 |