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.9.1
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.9.8
Choose a head ref
  • 10 commits
  • 31 files changed
  • 1 contributor

Commits on Jul 5, 2015

  1. updated TODO.md. refs #2

    nwronski committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    ddb4689 View commit details
    Browse the repository at this point in the history
  2. added a bunch of missing descriptions for grammar rules in grammar.pe…

    …gjs. make sure that a description is not repeated in smart error message. comment rules should not use sym_x rules since you should not be able to put a space between the two symbols at the start and/or end of a comment. refs #2
    nwronski committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    175228f View commit details
    Browse the repository at this point in the history
  3. updated TODO.md

    nwronski committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    9a141da View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Configuration menu
    Copy the full SHA
    f2adb07 View commit details
    Browse the repository at this point in the history
  2. comment rules no longer allow you to put a space between the two symb…

    …ols at the start and/or end of a comment. added some extra helper rules to CREATE statement rules to help the tracer avoid traversing the wrong create statement type. characters in identifiers now includes dollar sign and no longer includes dash for unquoted values. since SQLite itself is tolerant of this behavior, although it is non-standard, parser allows single-quoted string literals to be interpreted as aliases. refs #2
    nwronski committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    6253875 View commit details
    Browse the repository at this point in the history
  3. added minified copies of bundle to dist and demo directories. added t…

    …asks to switch between minified and normal bundle in the demo/index.html file. refs #2
    nwronski committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    8836156 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff1c86a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a6eb89 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2015

  1. removed grunt-string-replace from devDependencies. no longer building…

    … demo on top of source in demo folder. grunt live now puts assets for interactive demo into .tmp folder and then grunt demo creates a min bundle in the demo folder. raw source for interactive demo now exists in src folder in demo subdirectory. now using grunt-contrib-cssmin to create single css bundle file for demo. refs #2
    nwronski committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    b6f0e6b View commit details
    Browse the repository at this point in the history
  2. updated CHANGELOG.md. refs #2

    nwronski committed Jul 7, 2015
    Configuration menu
    Copy the full SHA
    d474b1e View commit details
    Browse the repository at this point in the history
Loading