Skip to content

Conversation

jawad-arb123
Copy link
Member

PR Description

  • Skips ALTER TABLE if:
    • The type and nullability already match.
    • The change would be unsafe (nullable → non-nullable).
  • Allows safe changes:
    • Non-nullable → nullable (e.g., NOT NULL → NULL).
    • Type changes (e.g., VARCHAR(100) → VARCHAR(255)).

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 22, 2025
@jawad-arb123
Copy link
Member Author

Running all the Tests. Still in Progress!

shelly-li-sl
shelly-li-sl previously approved these changes Aug 22, 2025
# Conflicts:
#	tests/passed-tests.txt
@jawad-arb123 jawad-arb123 merged commit f49a090 into main Aug 29, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants