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

Add support for delete statements #1447

Merged
merged 26 commits into from Feb 19, 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
  14. add failing test

    PadraigK committed Feb 17, 2022
    Copy the full SHA
    efc2a3f View commit details
    Browse the repository at this point in the history
  15. wip

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

Commits on Feb 18, 2022

  1. move thing back

    PadraigK committed Feb 18, 2022
    Copy the full SHA
    aa30261 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into padraig/delete-stmt

    # Conflicts:
    #	internal/engine/sqlite/convert.go
    PadraigK committed Feb 18, 2022
    Copy the full SHA
    54a8daa View commit details
    Browse the repository at this point in the history
  3. undo

    PadraigK committed Feb 18, 2022
    Copy the full SHA
    a331c4d View commit details
    Browse the repository at this point in the history
  4. Label various expr types

    PadraigK committed Feb 18, 2022
    Copy the full SHA
    c2a9218 View commit details
    Browse the repository at this point in the history
  5. Regen

    PadraigK committed Feb 18, 2022
    Copy the full SHA
    34a3955 View commit details
    Browse the repository at this point in the history
  6. better names

    PadraigK committed Feb 18, 2022
    Copy the full SHA
    047c3a2 View commit details
    Browse the repository at this point in the history
  7. fix impacts of parse regen

    PadraigK committed Feb 18, 2022
    Copy the full SHA
    ff91ab5 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    275aeb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Copy the full SHA
    4c10ec1 View commit details
    Browse the repository at this point in the history
  2. Feedback from previous PR

    PadraigK committed Feb 19, 2022
    Copy the full SHA
    b38000c View commit details
    Browse the repository at this point in the history
  3. remove old commented code

    PadraigK committed Feb 19, 2022
    Copy the full SHA
    8a5185d View commit details
    Browse the repository at this point in the history