[auto-bump] [no-release-notes] dependency by jycor - #3068
Conversation
|
|
|
SummaryThe run covered core database workflows including SQL execution, persistence across sessions and restarts, sequence generation, concurrency, type and cast handling, interrupted queries, boundary limits, and invalid-input recovery. It exercised both normal application behavior and edge cases involving exhaustion, concurrent access, session recovery, JSON precision, and type preservation. Safe to merge — the failures are pre-existing application compatibility and JSON handling defects, with no regressions or other failures attributable to this PR. These remain important follow-up findings, but they are not merge blockers for this change. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟠 Prepared statements cannot recover after bad input
Evidence Package🟠 JSON numbers lose precision when read back
Evidence Package🟠 JSON values lose type and precision
Evidence PackageTip Reply with @itoqa to send us feedback on this test run. |

☕ An Automated Dependency Version Bump PR 👑
Initial Changes
The changes contained in this PR were produced by `go get`ing the dependency.
```bash
go get github.com/dolthub/[dependency]/go@[commit]
```