| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Updates to include C++17 changes for command options.
|
|
|
|
|
| |
Updates code largely in-keeping with updates to be C++17 in line with
libadhocutil and libdbpp.
|
| |
|
|
|
|
|
|
|
|
|
| |
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 yet)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
leading to random failure due to prepapred statements not existing
|
|
|
|
| |
cursor selects
|
| |
|
| |
|
| |
|
|
|
|
| |
result in sigabrt)
|
|
|
|
| |
not be valid (e.g. uncreated temp tables)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
multiple ssl connections) add test
|
| |
|
| |
|
| |
|
|
|