Skip to content

fix(oracle): retain DML targets and JSON type#156

Merged
rebelice merged 1 commit into
mainfrom
codex/oracle-dml-target-json-type
May 27, 2026
Merged

fix(oracle): retain DML targets and JSON type#156
rebelice merged 1 commit into
mainfrom
codex/oracle-dml-target-json-type

Conversation

@rebelice
Copy link
Copy Markdown
Collaborator

Summary

  • Add Target AST support for Oracle UPDATE/DELETE DML targets, retaining table, inline-view, and TABLE(collection) targets.
  • Preserve inline-view subquery restrictions such as WITH CHECK OPTION CONSTRAINT ....
  • Accept native Oracle JSON column type while preserving JSON keyword identifier regressions.

Test Plan

  • go test ./oracle/... -count=1
  • go test ./... -count=1 attempted; Oracle packages passed, but the full run fails in existing TiDB/MySQL container comparison tests and a TiDB catalog timeout unrelated to this Oracle change.

@rebelice rebelice merged commit 02b1a9f into main May 27, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant