File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,24 @@ Given that the parser produces a typed AST, any changes to the AST will technica
8
8
## [ Unreleased]
9
9
Check https://github.com/sqlparser-rs/sqlparser-rs/commits/main for undocumented changes.
10
10
11
+
12
+ ## [ 0.26.0] 2022-10-19
13
+
14
+ ### Added
15
+ * Support MySQL table option ` {INDEX | KEY} ` in CREATE TABLE definiton (#665 ) - Thanks @AugustoFKL
16
+ * Support ` CREATE [ { TEMPORARY | TEMP } ] SEQUENCE [ IF NOT EXISTS ] <sequence_name> ` (#678 ) - Thanks @sam-mmm
17
+ * Support ` DROP SEQUENCE ` statement (#673 ) - Thanks @sam-mmm
18
+ * Support for ANSI types ` CHARACTER LARGE OBJECT[(p)] ` and ` CHAR LARGE OBJECT[(p)] ` (#671 ) - Thanks @AugustoFKL
19
+ * Support ` [CACHE|UNCACHE] TABLE ` (#670 ) - Thanks @francis-du
20
+ * Support ` CEIL(expr TO DateTimeField) ` and ` FLOOR(expr TO DateTimeField) ` - Thanks @sarahyurick
21
+ * Support all ansii character string types, (#648 ) - Thanks @AugustoFKL
22
+
23
+ ### Changed
24
+ * Support expressions inside window frames (#655 ) - Thanks @mustafasrepo and @ozankabak
25
+ * Support unit on char length units for small character strings (#663 ) - Thanks @AugustoFKL
26
+ * Replace booleans on ` SET ROLE ` with a single enum. (#664 ) - Thanks @AugustoFKL
27
+ * Replace ` Option ` s with enum for ` DECIMAL ` precision (#654 ) - Thanks @AugustoFKL
28
+
11
29
## [ 0.25.0] 2022-10-03
12
30
13
31
### Added
You can’t perform that action at this time.
0 commit comments