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

Start filling out SQLite support #1410

Merged
merged 25 commits into from Feb 12, 2022

Commits on Jan 29, 2022

  1. Add ddl_create_table test

    PadraigK committed Jan 29, 2022
    Copy the full SHA
    a7ce292 View commit details
    Browse the repository at this point in the history
  2. Add create table like test

    PadraigK committed Jan 29, 2022
    Copy the full SHA
    7b39c31 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    431ffec View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a889660 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Copy the full SHA
    0527e7d View commit details
    Browse the repository at this point in the history
  2. Revert "Add create table like test" — SQLite doesn't support `create …

    …table like`
    
    This reverts commit 7b39c31.
    PadraigK committed Jan 30, 2022
    Copy the full SHA
    9f8bb9a View commit details
    Browse the repository at this point in the history
  3. Add count_star test

    PadraigK committed Jan 30, 2022
    Copy the full SHA
    841f47d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6cf36c2 View commit details
    Browse the repository at this point in the history
  5. Handle func expressions

    PadraigK committed Jan 30, 2022
    Copy the full SHA
    6b4c26d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Copy the full SHA
    1a3c318 View commit details
    Browse the repository at this point in the history
  2. regen

    PadraigK committed Feb 2, 2022
    Copy the full SHA
    e7a1f3a View commit details
    Browse the repository at this point in the history
  3. Fix tests

    These were failing because of stdlib funcs. Need to refactor the catalog_test to use clearer assertions like the postres version does.
    PadraigK committed Feb 2, 2022
    Copy the full SHA
    93bd693 View commit details
    Browse the repository at this point in the history
  4. Add missing import

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

Commits on Feb 5, 2022

  1. Enable slash star comments

    PadraigK committed Feb 5, 2022
    Copy the full SHA
    88c0db7 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Copy the full SHA
    6e21d26 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    eaf7c4f View commit details
    Browse the repository at this point in the history
  3. Fix typo

    PadraigK committed Feb 11, 2022
    Copy the full SHA
    5d652b9 View commit details
    Browse the repository at this point in the history
  4. xv

    PadraigK committed Feb 11, 2022
    Copy the full SHA
    a7ecba3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. wip

    PadraigK committed Feb 12, 2022
    Copy the full SHA
    840a3d7 View commit details
    Browse the repository at this point in the history
  2. Maybe fix bug?

    PadraigK committed Feb 12, 2022
    Copy the full SHA
    ff275cd View commit details
    Browse the repository at this point in the history
  3. Remove logging

    PadraigK committed Feb 12, 2022
    Copy the full SHA
    7e9d1a9 View commit details
    Browse the repository at this point in the history
  4. Update antlr

    PadraigK committed Feb 12, 2022
    Copy the full SHA
    7305bea View commit details
    Browse the repository at this point in the history
  5. Revert "temp test stuff, revert later"

    This reverts commit eaf7c4f.
    PadraigK committed Feb 12, 2022
    Copy the full SHA
    f4c22d3 View commit details
    Browse the repository at this point in the history
  6. tidy

    PadraigK committed Feb 12, 2022
    Copy the full SHA
    27b9248 View commit details
    Browse the repository at this point in the history
  7. Regen

    PadraigK committed Feb 12, 2022
    Copy the full SHA
    7404595 View commit details
    Browse the repository at this point in the history