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

SQLite: Adds a few more tests, fixes DROP TABLE #1443

Merged
merged 13 commits into from Feb 18, 2022

Commits on Feb 17, 2022

  1. Copy the full SHA
    1c8cdfb View commit details
    Browse the repository at this point in the history
  2. Add rename table test

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    fd5ab20 View commit details
    Browse the repository at this point in the history
  3. Rename column tests

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    22055d1 View commit details
    Browse the repository at this point in the history
  4. run regen

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    40fdea3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    45701ee View commit details
    Browse the repository at this point in the history
  6. Add column SQLite

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    0ff8188 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    66d0d75 View commit details
    Browse the repository at this point in the history
  8. Check not null too

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    f44d196 View commit details
    Browse the repository at this point in the history
  9. Add create trigger

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    41357d4 View commit details
    Browse the repository at this point in the history
  10. adds test for drop table

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    382e1f3 View commit details
    Browse the repository at this point in the history
  11. Fix drop table logic

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    9d8a8bf View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    6a70713 View commit details
    Browse the repository at this point in the history
  13. fix early return

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    877f02e View commit details
    Browse the repository at this point in the history