Skip to content

Commit e3515d1

Browse files
committed
Merge branch 'master' of github.com:A4Vision/JSqlParser
2 parents 8da6e2e + aff6516 commit e3515d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V
1717

1818

1919
## News
20-
* 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 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.
20+
* 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.
2121
* Released version **1.2** of JSqlParser
2222
* breaking **API** change: merge of *within group* and *over* (window expressions)
2323
* Released version **1.1** of JSqlParser.

0 commit comments

Comments
 (0)