-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: codeschool/sqlite-parser
base: 616cb01
head repository: codeschool/sqlite-parser
compare: 8bb7139
- 10 commits
- 17 files changed
- 1 contributor
Commits on Jul 1, 2015
-
fixed value format for direction key in PRIMARY KEY table contrainsts…
…. cleaned up CSS for demo. refs #2
Configuration menu - View commit details
-
Copy full SHA for 4036ff0 - Browse repository at this point
Copy the full SHA 4036ff0View commit details -
updated CHANGELOG.md after removing all release tags that should no l…
…onger be present. refs #2
Configuration menu - View commit details
-
Copy full SHA for ef5bdc0 - Browse repository at this point
Copy the full SHA ef5bdc0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 09df783 - Browse repository at this point
Copy the full SHA 09df783View commit details
Commits on Jul 2, 2015
-
did a lot of cleanup on demo styles, responsive layout, error notific…
…ation. changed error message format for smart errors. refs #2
Configuration menu - View commit details
-
Copy full SHA for 94dd12c - Browse repository at this point
Copy the full SHA 94dd12cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 152d831 - Browse repository at this point
Copy the full SHA 152d831View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dee97f3 - Browse repository at this point
Copy the full SHA dee97f3View commit details
Commits on Jul 3, 2015
-
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
Configuration menu - View commit details
-
Copy full SHA for dd715f9 - Browse repository at this point
Copy the full SHA dd715f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2749e5 - Browse repository at this point
Copy the full SHA b2749e5View commit details
Commits on Jul 4, 2015
-
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
Configuration menu - View commit details
-
Copy full SHA for e251038 - Browse repository at this point
Copy the full SHA e251038View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bb7139 - Browse repository at this point
Copy the full SHA 8bb7139View 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 616cb01...8bb7139