[auto-bump] [no-release-notes] dependency by fulghum - #3067
Conversation
Footnotes
|
|
|
SummaryCoverage spans clean and repeatable builds, server startup and restart persistence, concurrent database sessions, table and relationship changes, mixed-type query behavior, and JSON handling. It includes happy-path workflows plus edge cases around type consistency, escaped keys, malformed paths, large numeric values, and state surviving restarts; core application behavior exercised by the change remains healthy. Safe to merge — the dependency-only change shows no regressions or failures attributable to this PR, and the build, database workflows, persistence, and concurrency checks pass. Several pre-existing medium-to-high severity compatibility gaps remain in mixed numeric set operations and JSONPath/large-number handling, but they are unrelated flag-for-later findings rather than merge blockers. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟠 JSON data loses precision and queries are unavailable
Evidence Package🟡 Mixed numeric UNION results become text
Evidence Package🟡 Escaped JSON keys cannot use path queries
Evidence Package🟡 Malformed JSONPath breaks required query support
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]
```