Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz authored Oct 2, 2018
1 parent 4d2a4ec commit 770264d
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ JSqlParser is dual licensed under **LGPL V2.1** and **Apache Software License, V


## News
* Released version **1.3** of JSqlParser
* 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.
* Released version **1.2** of JSqlParser
* breaking **API** change: merge of *within group* and *over* (window expressions)
Expand Down Expand Up @@ -48,20 +49,7 @@ To help JSqlParser's development you are encouraged to provide

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

## Extensions in the latest SNAPSHOT version 1.3

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


## Extensions of JSqlParser releases
Expand Down

0 comments on commit 770264d

Please sign in to comment.