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

Commit fe241b1

Browse files
committed
Merge branch 'master' into tracer
# Conflicts: # CHANGELOG.md # demo/js/sqlite-parser-demo.js # dist/sqlite-parser-min.js # dist/sqlite-parser.js # package.json
2 parents 8997fbc + ce9a2c2 commit fe241b1

File tree

4 files changed

+984
-960
lines changed

4 files changed

+984
-960
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
5+
### Fixed
6+
- Added missing binary division operator so that things like this will now correctly parse.
57

68
## [v0.11.2] - 2016-01-29
79
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ syntax error is produced if an AST cannot be generated.
1616

1717
## Install
1818

19-
**IMPORTANT: If you want intelligent error messages for syntax errors, then use the `v0.11.1` release. If you want the fastest possible version of the parser, with the tradeoff of poor syntax error feedback, use the `v0.12.1` release.**
19+
**IMPORTANT: If you want intelligent error messages for syntax errors, then use the `v0.11.2` release. If you want the fastest possible version of the parser, with the tradeoff of poor syntax error feedback, use the `v0.12.2` release.**
2020

2121
```
2222
npm install sqlite-parser

0 commit comments

Comments
 (0)