Add changelog entry for column list update syntax

This commit is contained in:
Simon Binder 2023-11-18 00:34:55 +01:00
parent fcce984af4
commit 72476628ad
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
3 changed files with 7 additions and 2 deletions

View File

@ -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'

View File

@ -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.

View File

@ -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/