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

V0.10 sql #1070

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

V0.10 sql #1070

wants to merge 10 commits into from

Commits on Oct 13, 2024

  1. initial work on an interpreter

    function impls and tests
    
    initial procedure calls
    brennanjl committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    04813cb View commit details
    Browse the repository at this point in the history
  2. updated for v0.10

    brennanjl committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ddce74a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. fix tests

    brennanjl committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e74b09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb96f4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    574fb58 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. removed foreign calls

    brennanjl committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d7516dd View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    148a632 View commit details
    Browse the repository at this point in the history
  2. remove test kuneiform file

    brennanjl authored and Yaiba committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    119fd21 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Feature/v0.10 sql ddl (#1075)

    * Add DDL grammars
    
    * create table statement
    
    * grammar change
    
    * alter table
    
    * grammar change
    
    * add/drop index statement
    
    * adjust
    
    * adjust
    
    * adjust grammar
    
    * update ParseDDL signature
    
    * add DROP TABLE
    Yaiba authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    d1c7ec8 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. intermediate engine changes

    brennanjl committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a254158 View commit details
    Browse the repository at this point in the history