-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: codeschool/sqlite-parser
base: v0.9.1
head repository: codeschool/sqlite-parser
compare: v0.9.8
- 10 commits
- 31 files changed
- 1 contributor
Commits on Jul 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ddb4689 - Browse repository at this point
Copy the full SHA ddb4689View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 175228f - Browse repository at this point
Copy the full SHA 175228fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a141da - Browse repository at this point
Copy the full SHA 9a141daView commit details
Commits on Jul 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f2adb07 - Browse repository at this point
Copy the full SHA f2adb07View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6253875 - Browse repository at this point
Copy the full SHA 6253875View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8836156 - Browse repository at this point
Copy the full SHA 8836156View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff1c86a - Browse repository at this point
Copy the full SHA ff1c86aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6eb89 - Browse repository at this point
Copy the full SHA 3a6eb89View commit details
Commits on Jul 7, 2015
-
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
Configuration menu - View commit details
-
Copy full SHA for b6f0e6b - Browse repository at this point
Copy the full SHA b6f0e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d474b1e - Browse repository at this point
Copy the full SHA d474b1eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.1...v0.9.8