| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
dependencies between tables
|
|
|
|
| |
don't care about safety in tests
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
result in sigabrt)
|
|
|
|
| |
not be valid (e.g. uncreated temp tables)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|