You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-26Lines changed: 2 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Please provide feedback on:
22
22
* API changes: extend visitor with return values (https://github.com/JSQLParser/JSqlParser/issues/901)
23
23
24
24
## News
25
+
* Released version **3.2** of JSqlParser
25
26
* Released version **3.1** of JSqlParser
26
27
* Released version **3.0** of JSqlParser
27
28
* The array parsing is the default behaviour. Square bracket quotation has to be enabled using
@@ -64,32 +65,7 @@ To help JSqlParser's development you are encouraged to provide
64
65
65
66
Also I would like to know about needed examples or documentation stuff.
66
67
67
-
## Extensions in the latest SNAPSHOT version 3.2
68
-
69
-
* added options to **EXPLAIN** statement
70
-
* preserved input of **&&** and avoid translation to **AND**
71
-
* added multi values in **IN** expression
72
-
* added **COMMENT** support for **ALTER TABLE** statement
73
-
* added some **FOREIGN KEY** definition improvments
74
-
* allow **VALIDATE** as column name
75
-
* first support for **CREATE SCHEMA** and **DROP SCHEMA**
76
-
* allow **ON** as a value in a set statement (`SET myvalue = ON`)
77
-
* support for **ALTER TABLE ONLY mytable ...**
78
-
* allow foreign key definition in alter statements without referenced columns specification
79
-
* allow datatype **binary** for column definitions
80
-
* support for **ALTER TABLE COLUMN DROP NOT NULL**
81
-
* allow **order** as column name
82
-
* support for table function in **IN** expression
83
-
* allow complex expressions within all of a **case when** statement
84
-
* support for parameters in **create index** statement
85
-
* support for integer parameters for **->>** and **->** JSON expressions
86
-
* support for more keywords in following parts of multipart object names (e.g. **mytab.select, mytab.create, ...**)
87
-
* support for **OUTER APPLY**
88
-
* support for **WITH(NOLOCK)**
89
-
* support for **VIEW** as object name
90
-
* functions hold now multipart names
91
-
* support for **DISABLE** as object name
92
-
* API change in `ColumnDefinition.setColumnSpecStrings` to `ColumnDefinition.setColumnSpecs` to better allow the merge between `AlterExpression.ColumnDataType` and `ColumnDefinition`
0 commit comments