Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeschool/sqlite-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: codeschool/sqlite-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 10 commits
  • 17 files changed
  • 1 contributor

Commits on Jul 1, 2015

  1. fixed value format for direction key in PRIMARY KEY table contrainsts…

    …. cleaned up CSS for demo. refs #2
    nwronski committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    4036ff0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef5bdc0 View commit details
    Browse the repository at this point in the history
  3. fixed rules for double-quoted, backticked, and bracketed identifiers …

    …to allow for escapes, leading or trailing spaces, and the full character set that is legal for quoted identifiers, where allowed. fixed datatype names that did not display correctly in generated AST. fixed string literal definition to allow all possible input. refs #2
    nwronski committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    09df783 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. did a lot of cleanup on demo styles, responsive layout, error notific…

    …ation. changed error message format for smart errors. refs #2
    nwronski committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    94dd12c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    152d831 View commit details
    Browse the repository at this point in the history
  3. do not show parenthesis in error message for syntax error when there …

    …is nothing to put inside them. fixes for css in demo. refs #2
    nwronski committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    dee97f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2015

  1. fixed error reporting when there is more than one statement in the in…

    …put SQL. still need to make sure previous tree is not used if a following statement has an error at the highest level. some css improvements to the interactive demo, additional names in grammar.pegjs. need to fork pegjs to get the changes to pegjs core into version control so they are not accidentally overwritten. refs #2
    nwronski committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    dd715f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2749e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2015

  1. added several array methods (e.g.: , , ) so that I could remove as a …

    …dependency of the smart error class. removed dependency in core . is now only a again. refs #2
    nwronski committed Jul 4, 2015
    Configuration menu
    Copy the full SHA
    e251038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bb7139 View commit details
    Browse the repository at this point in the history
Loading