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-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
19
19
20
20
21
21
## News
22
+
* Released version **1.3** of JSqlParser
22
23
* 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.
23
24
* Released version **1.2** of JSqlParser
24
25
* 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
48
49
49
50
Also I would like to know about needed examples or documentation stuff.
50
51
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
0 commit comments