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

Commit 34675b0

Browse files
committed
Release v0.12.3.
1 parent 352ff1a commit 34675b0

File tree

6 files changed

+1011
-988
lines changed

6 files changed

+1011
-988
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
6+
## [v0.12.3] - 2016-02-02
57
### Fixed
68
- Added missing binary division operator so that things like this will now correctly parse.
79

@@ -481,7 +483,8 @@ part of table names, column names, aliases, etc... This also addresses issues th
481483
### Added
482484
- First working version of sqlite-parser
483485

484-
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.12.2...HEAD
486+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.12.3...HEAD
487+
[v0.12.3]: https://github.com/codeschool/sqlite-parser/compare/v0.12.2...v0.12.3
485488
[v0.12.2]: https://github.com/codeschool/sqlite-parser/compare/v0.12.0...v0.12.2
486489
[v0.12.0]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...v0.12.0
487490
[v0.10.2]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...v0.10.2

README.md

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

1414
## Install
1515

16-
**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.**
16+
**IMPORTANT: If you want intelligent error messages for syntax errors, then use the `v0.11.3` release. If you want the fastest possible version of the parser, with the tradeoff of poor syntax error feedback, use the `v0.12.3` release.**
1717

1818
```
1919
npm install sqlite-parser

demo/js/sqlite-parser-demo.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sqlite-parser-min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)