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

Commit f4a4a48

Browse files
committed
rules and AST for missing transaction-related statement types: RELEASE and SAVEPOINT. rules and AST for missing SQLite-specific statement types: PRAGMA, DETACH, VACUUM, ANALYZE, and REINDEX. new spec for WITH clause with recursive table expressions. new specs for SQLite-specific statement types. DROP statement now gives correct variant to the type:'identifier' node in the target property. now, in a ROLLBACK statement, the savepoint exists on the to property. refs #2
1 parent 636f0a5 commit f4a4a48

12 files changed

Lines changed: 5775 additions & 3240 deletions

CHANGELOG.md

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

44
## [Unreleased][unreleased]
55
### Added
6+
- rules and AST for missing transaction-related statement types: `RELEASE` and `SAVEPOINT`
7+
- rules and AST for missing SQLite-specific statement types: `PRAGMA`, `DETACH`, `VACUUM`, `ANALYZE`, and `REINDEX`
8+
- new specs for SQLite-specific statement types
9+
- new specs for missing transaction-related statement types
610
- new spec for `WITH` clause with recursive table expressions
711

812
### Changed
@@ -33,6 +37,9 @@ All notable changes to this project will be documented in this file.
3337
]
3438
```
3539

40+
- `DROP` statement now gives correct `variant` to the `type:'identifier'` node in the `target` property
41+
- now, in a `ROLLBACK` statement, the savepoint exists on the `to` property
42+
3643
## [v0.9.8] - 2015-07-06
3744
### Added
3845
- new specs for `CREATE TRIGGER` and datatypes

demo/js/sqlite-parser-demo.js

Lines changed: 17 additions & 16 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: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)