Skip to content

Commit 1f22bd9

Browse files
committed
Merge origin/master
2 parents 2742a88 + 770264d commit 1f22bd9

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1919

2020

2121
## News
22+
* Released version **1.3** of JSqlParser
2223
* Changed behaviour of dotted multipart names for user variables, tables and columns to accept e.g. ORM class names. To achieve this some behaviour of name parsing had to be changed. Before this the parser would fail missing databasenames for SqlServer queries (server..schema.table). But this is allowed for the schema (server.database..table). Now the parser accepts missing inner names per se to avoid some very complicated parsing rules.
2324
* Released version **1.2** of JSqlParser
2425
* breaking **API** change: merge of *within group* and *over* (window expressions)
@@ -48,20 +49,7 @@ To help JSqlParser's development you are encouraged to provide
4849

4950
Also I would like to know about needed examples or documentation stuff.
5051

51-
## Extensions in the latest SNAPSHOT version 1.3
52-
53-
* support for **with - selects** statements in **create view** definitions
54-
* support for block statements (begin ... end)
55-
* support for additional raw string and byte prefixes (issue #659)
56-
* support for special oracle type syntax **varchar2(255 BYTE)** (issue #273)
57-
* introduced dotted multipart names for uservariables (issue #608)
58-
* changed behaviour of dotted multipart names for tables and columns to accept ORM class names (issue #163)
59-
** the parser allows now empty inner names, to still accept missing schema names for SQLServer (db..col)
60-
** methods like **getDatabase** will still work but have no sense using it for classnames
61-
* named parameter for **OFFSET** (issue #612)
62-
* corrected ISNULL regression (issue #610)
63-
* refactored statement test classes to the class corresponding packages
64-
* allowed nested postgresql casts (e.g. col::bigint::int)
52+
## Extensions in the latest SNAPSHOT version 1.4
6553

6654

6755
## Extensions of JSqlParser releases

0 commit comments

Comments
 (0)