Can't use query arguments inside transactions
Open
- Dominant language
- Rust
- Stars
- 175
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
(maybe this is really gel-rust)
```
_localdev:main> start transaction;
OK: START TRANSACTION
_localdev:main[tx]> select $0;
Parameter $0: aaaa
gel error: TransactionError: current transaction is aborted, commands ignored until end of transaction block
```
Maybe the problem is that we always try an `execute` first instead of `parse`, and that produces a real error...
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.