[auto-bump] [no-release-notes] dependency by elianddb - #3815
Conversation
|
SummaryCoverage spans database value handling across boundary and malformed inputs, prepared statements, comparisons, SQL modes, error recovery, repeated updates, grouped reporting, and dependency reproducibility. It exercises both normal application flows and edge-case compatibility behavior, with broad evidence that core paths remain healthy alongside a prepared-query data-format regression. Merge with caution — the PR introduces a medium-severity compatibility regression in prepared-statement text results, which can return altered application values to clients. The other grouped-query failures are unrelated to this change and are flag-for-later observations rather than merge drivers. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟡 Grouped queries fail when windows follow HAVING
Evidence Package🟡 Grouped window query returns an error
Evidence PackageTip Reply with @itoqa to send us feedback on this test run. |
|
Diff SummaryThe run covered core date arithmetic and text-trimming behavior, including valid operations, invalid inputs, exact whitespace preservation, nested expressions, window-derived values, NULL handling, and continued connection usability. This represents healthy happy-path, edge-case, error-handling, and integration coverage for the changed behavior. Safe to merge — the exercised interval and trimming behavior is healthy, with no PR-attributable regressions or new failures. Previously passing areas were not rerun, but the omitted historical failures were explicitly unrelated to this change and are flag-for-later rather than merge blockers. Tests run by Ito
Tests that are no longer relevantBelow are tests that previously ran and are no longer relevant:
Tip Reply with @itoqa to send us feedback on this test run. |


☕ An Automated Dependency Version Bump PR 👑
Initial Changes
The initial changes contained in this PR were produced by `go get`ing the dependency.
```
$ go get github.com/dolthub//go@
```
Before Merging
This PR must have passing CI and a review before merging.