| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Prevents broken pipe error
|
| |
|
|
|
|
|
|
|
| |
Requires v9.3 server for COPY ... TO PROGRAM ... support, which is used
to get the server to create a directory with suitable permissions. This
directory is created in the system temporary directory and used as the
default tablespace for the mock database.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
reuse
|
|
|
|
| |
leading to random failure due to prepapred statements not existing
|
|
|
|
| |
cursor selects
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|