[auto-bump] [no-release-notes] dependency by coffeegoddd - #3077
[auto-bump] [no-release-notes] dependency by coffeegoddd#3077coffeegoddd wants to merge 1 commit into
Conversation
|
|
SummaryCoverage spans core database behavior including connections, isolated sessions, transactions, schema changes and recovery, persistence across reconnects and merges, historical reads, indexing, typed data, generated identifiers, bounded and recreated sequences, common type handling, and error recovery. It also exercises compatibility and edge cases such as invalid inputs, unsupported prepared queries, sequence exhaustion, and large JSON numeric precision, with ordinary data operations broadly healthy. Safe to merge — no observed failure is attributable to this PR, which changes only dependency versions and shows no regression or new PR-related failure. Existing medium-severity compatibility and data-precision limitations remain flag-for-later issues rather than merge blockers. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟡 Parameterized SQL statements cannot run
Evidence Package🟡 Sequence recovery cannot read current value
Evidence Package🟡 Prepared statements are not supported
Evidence Package🟡 Prepared timestamp queries are rejected
Evidence Package🟡 Prepared SQL statements are unsupported
Evidence Package🟡 Large JSON numbers lose 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]
```