Skip to content

Commit 6a84710

Browse files
authored
Update CHANGELOG for 0.27.0 release (apache#706)
1 parent 814367a commit 6a84710

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Diff for: CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,30 @@ Given that the parser produces a typed AST, any changes to the AST will technica
99
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
1010

1111

12+
## [0.27.0] 2022-11-11
13+
14+
### Added
15+
* Support `ON CONFLICT` and `RETURNING` in `UPDATE` statement (#666) - Thanks @main and @gamife
16+
* Support `FULLTEXT` option on create table for MySQL and Generic dialects (#702) - Thanks @AugustoFKL
17+
* Support `ARRAY_AGG` for Bigquery and Snowflake (#662) - Thanks @SuperBo
18+
* Support DISTINCT for SetOperator (#689) - Thanks @unvalley
19+
* Support the ARRAY type of Snowflake (#699) - Thanks @yuval-illumex
20+
* Support create sequence with options INCREMENT, MINVALUE, MAXVALUE, START etc. (#681) - Thanks @sam-mmm
21+
* Support `:` operator for semi-structured data in Snowflake(#693) - Thanks @yuval-illumex
22+
* Support ALTER TABLE DROP PRIMARY KEY (#682) - Thanks @ding-young
23+
* Support `NUMERIC` and `DEC` ANSI data types (#695) - Thanks @AugustoFKL
24+
* Support modifiers for Custom Datatype (#680) - Thanks @sunng87
25+
26+
### Changed
27+
* Add precision for TIME, DATETIME, and TIMESTAMP data types (#701) - Thanks @AugustoFKL
28+
* add Date keyword (#691) - Thanks @sarahyurick
29+
* Update simple_logger requirement from 2.1 to 4.0 - Thanks @dependabot
30+
31+
### Fixed
32+
* Fix broken DataFusion link (#703) - Thanks @jmg-duarte
33+
* Add MySql, BigQuery to all dialects tests, fixed bugs (#697) - Thanks @omer-shtivi
34+
35+
1236
## [0.26.0] 2022-10-19
1337

1438
### Added

0 commit comments

Comments
 (0)