Fixes many issues - #3341
Conversation
b72bef4 to
f35c4aa
Compare
|
|
@Hydrocharged DOLT
|
|
SummaryThe run covers database behavior across normal value conversions, null handling, schema and routine permissions, trigger metadata, and boundary cases such as malformed input and unusual numeric values. It exercises both expected application flows and adversarial/error paths, with broad behavior appearing sound aside from an encoding edge case that can alter invalid input silently. Merge with caution — this PR introduces a medium-severity data-integrity issue in which malformed bytes can be accepted as replacement text instead of rejected, allowing callers to receive changed content without an error. The remaining reviewed findings are not merge blockers, but the attributable conversion failure warrants correction before treating the change as fully safe. Tests run by ItoTip Reply with @itoqa to send us feedback on this test run. |
zachmu
left a comment
There was a problem hiding this comment.
Have your agent break these into independent PRs, one per issue

Fixes:
convert_from()is not found #3326generation_expressionininformation_schema.columnsis NULL for a generated column #3328information_schema.triggersis empty while the trigger exists and fires #3330WHEN (old.* IS DISTINCT FROM new.*)makes every UPDATE of its table fail #3336