Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cockroachdb: fix table scattering in multi-register
Fixes cockroachdb/cockroach#37470. Fixes cockroachdb/cockroach#37471. Fixes cockroachdb/cockroach#37472. Fixes cockroachdb/cockroach#37473. Fixes cockroachdb/cockroach#37474. Fixes cockroachdb/cockroach#37475. This was failing with the following error: ``` org.postgresql.util.PSQLException: A result was returned when none was expected. ``` Using `c/query` instead of `c/execute!` fixes this (this time I confirmed).
- Loading branch information