Skip to content

Commit 6191ae0

Browse files
authored
Update README.md
1 parent c391c51 commit 6191ae0

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

README.md

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Please provide feedback on:
2323
* Is there any need for a Java 7 JSqlParser build, or can we move on to at least Java 8? (https://github.com/JSQLParser/JSqlParser/issues/814)
2424

2525
## News
26+
* Released version **3.0** of JSqlParser
2627
* The array parsing is the default behaviour. Square bracket quotation has to be enabled using
2728
a parser flag (**CCJSqlParser.withSquareBracketQuotation**).
2829
* due to an API change the version will be 3.0
@@ -63,22 +64,8 @@ To help JSqlParser's development you are encouraged to provide
6364

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

66-
## Extensions in the latest SNAPSHOT version 3.0
67-
68-
* support for array constructs using square brackets. This collides with square bracket
69-
quotation of SqlServer. The parser has now a flag to enable this quotation again (**CCJSqlParser.withSquareBracketQuotation**).
70-
* support for **update table1 inner join table2 ...** (API change)
71-
* support for **declare** statement
72-
* allow empty double quotes
73-
* allow **year**, **month** ... as column data type for **create table**
74-
* allow **duplicate** as object name
75-
* make it JDK 11 buildable
76-
* switched to minimum JDK 8
77-
* avoid buffer copy of input data if a normal String input is used
78-
* allow **limit** and **offset** as keywords in specific places
79-
* DIV operator
80-
* improved performance for SQLCondition production
81-
* support for full text search (MATCH..AGAINST)
67+
## Extensions in the latest SNAPSHOT version 3.1
68+
8269

8370
## Extensions of JSqlParser releases
8471

@@ -146,7 +133,7 @@ And this is the dependency declaration in your pom:
146133
<dependency>
147134
<groupId>com.github.jsqlparser</groupId>
148135
<artifactId>jsqlparser</artifactId>
149-
<version>2.1</version>
136+
<version>3.0</version>
150137
</dependency>
151138
```
152139

0 commit comments

Comments
 (0)