Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Transactionless cursor selects | Dan Goodliffe | 2018-04-01 |
| | | | | | | | | | Remove the need to open a transaction for a cursor select by specifying them as WITH HOLD. Also add NO SCROLL as it's a feature we don't actually use. Updates tests with loops to ensure we haven't broken the ability to re-use / re-create statements. | ||
* | Support fetching data in binary format (no numeric, datetime, interval ↵ | Dan Goodliffe | 2017-06-05 |
| | | | | support yet) | ||
* | Add support for bytea / blob type data | Dan Goodliffe | 2017-06-05 |
| | |||
* | Use SQL hash for prepared statement names, increases reuse and avoids random ↵ | Dan Goodliffe | 2017-01-08 |
| | | | | reuse | ||
* | Add PQ specific command options to control page size and the use of bulk -v- ↵ | Dan Goodliffe | 2017-01-04 |
| | | | | cursor selects | ||
* | C++ify the SQL preparer and skip it if no variables are being bound | Dan Goodliffe | 2017-01-04 |
| | |||
* | Tidy clearing of PGresults | Dan Goodliffe | 2017-01-04 |
| | |||
* | No need for 1 line wrappers anymore | Dan Goodliffe | 2017-01-03 |
| | |||
* | Refactor to remove some duplication | Dan Goodliffe | 2017-01-03 |
| | |||
* | Do lots more work with compile time formatter instead runtime formatters | Dan Goodliffe | 2016-12-31 |
| | |||
* | Introduce select base for different kinds of select | Dan Goodliffe | 2016-04-24 |
| | |||
* | Rename SelectCommand to CursorSelectCommand | Dan Goodliffe | 2016-04-24 |