mirror of https://github.com/AMT-Cheif/drift.git
Add changelog entry for column list update syntax
This commit is contained in:
parent
fcce984af4
commit
72476628ad
|
@ -32,7 +32,7 @@ dependencies:
|
|||
# Drift-specific analysis and apis
|
||||
drift: '>=2.14.0 <2.15.0'
|
||||
sqlite3: '>=0.1.6 <3.0.0'
|
||||
sqlparser: '^0.32.0'
|
||||
sqlparser: '^0.33.0-dev'
|
||||
|
||||
# Dart analysis
|
||||
analyzer: '>=5.12.0 <7.0.0'
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
## 0.33.0-dev
|
||||
|
||||
- Support the [column-name-list](https://sqlite.org/syntax/column-name-list.html)
|
||||
syntax for updates, thanks to [@tibotix](https://github.com/tibotix).
|
||||
|
||||
## 0.32.1
|
||||
|
||||
- Treat the result of `sum()` as nullable when inferring types.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: sqlparser
|
||||
description: Parses sqlite statements and performs static analysis on them
|
||||
version: 0.32.1
|
||||
version: 0.33.0-dev
|
||||
homepage: https://github.com/simolus3/drift/tree/develop/sqlparser
|
||||
repository: https://github.com/simolus3/drift
|
||||
#homepage: https://drift.simonbinder.eu/
|
||||
|
|
Loading…
Reference in New Issue