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 bugs in replacement logic used when dropping columns in SQLite. #3476

Merged
merged 1 commit into from Oct 11, 2019

Commits on Oct 11, 2019

  1. Fix bugs in replacement logic used when dropping columns in SQLite.

    1. Fix regex match failure when table has not been created through knex's createTable (Closes #3473)
    2. Handle all quote variants supported by SQLite.
    3. Fix incorrect handling of foreign keys & constraints
    lorefnon committed Oct 11, 2019
    Copy the full SHA
    7bc932c View commit details
    Browse the repository at this point in the history