Skip to content

Commit ea88e1b

Browse files
committed
1 parent c22d9e8 commit ea88e1b

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

README.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Please provide feedback on:
2222
* API changes: extend visitor with return values (https://github.com/JSQLParser/JSqlParser/issues/901)
2323

2424
## News
25+
* Released version **3.2** of JSqlParser
2526
* Released version **3.1** of JSqlParser
2627
* Released version **3.0** of JSqlParser
2728
* 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
6465

6566
Also I would like to know about needed examples or documentation stuff.
6667

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`
68+
## Extensions in the latest SNAPSHOT version 3.3
9369

9470
## Extensions of JSqlParser releases
9571

0 commit comments

Comments
 (0)