Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: EXPOSED-161 SQL Server syntax incorrectly allows CASCADE with dropSchema #1850

Merged
merged 3 commits into from
Sep 6, 2023

Commits on Sep 6, 2023

  1. fix: EXPOSED-161 SQL Server syntax incorrectly allows CASCADE with dr…

    …opSchema
    
    Using dropSchema() with cascade set to true in SQL Server throws a syntax excep>
    because cascade is not supported.
    
    Edit syntax to remove cascade.
    Add unit test.
    bog-walk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5d04ad3 View commit details
    Browse the repository at this point in the history
  2. fix: EXPOSED-161 SQL Server syntax incorrectly allows CASCADE with dr…

    …opSchema
    
    Remove unused import
    bog-walk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7d095a2 View commit details
    Browse the repository at this point in the history
  3. fix: EXPOSED-161 SQL Server syntax incorrectly allows CASCADE with dr…

    …opSchema
    
    Add KDocs comment about cascade flag
    bog-walk committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e05d1a0 View commit details
    Browse the repository at this point in the history