bug fix for nonlocal tables to work in Doltgres - #3041
Conversation
|
|
SummaryCoverage spans core database operations, foreign-key creation and enforcement, cross-schema and search-path behavior, multi-statement execution, fixture recovery, and compatibility handling. It includes normal flows and edge cases around omitted, explicit, and cascading relationship actions, while also surfacing existing metadata and cascade-behavior limitations. Safe to merge — no failure is attributable to this PR, so the results show no regression-based merge blocker. The unrelated foreign-key behavior and metadata findings are meaningful pre-existing issues to address separately, but do not increase the merge risk of this change. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟠 CASCADE foreign keys do not cascade
Evidence Package🟡 Constraint details hide explicit RESTRICT actions
Evidence PackageTip Reply with @itoqa to send us feedback on this test run. |
Footnotes
|
|
Diff SummaryCoverage spans database correctness across ordinary SQL behavior and edge cases, including type conversion, null handling, persistence, concurrency, window calculations, extension installation, and metadata generation. The broader behavior is healthy, but the changed array-comparison logic has correctness gaps for valid string-array coercion and NULL-containing matches. Merge with caution — two medium-severity failures are attributable to this PR and affect valid query results, so the change is not fully safe for production workloads relying on these array comparisons. Other medium-severity findings are unrelated pre-existing compatibility or metadata issues and should be treated as follow-up caveats rather than merge drivers. Tests run by ItoAdditional Findings DetailsThese findings are unrelated to the current changes but were observed during testing. 🟡 Prepared array queries cannot run
Evidence Package🟡 Explicit extension schema is rejected
Evidence Package🟡 Generated foreign key loses cascade actions
Evidence Package🟡 Explicit RESTRICT disappears from constraint metadata
Evidence Package🟡 Text columns can own sequences
Evidence PackageTip Reply with @itoqa to send us feedback on this test run. |


Depends on: dolthub/dolt#11406
Fixes: #3035