From 1a6f9143ef491dd0da2c3464cc265d4cca3462bc Mon Sep 17 00:00:00 2001 From: wumpz Date: Wed, 23 Aug 2017 22:41:06 +0200 Subject: [PATCH] fixes #484 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 436e69a25..7a69ae5dd 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Also I would like to know about needed examples or documentation stuff. ## Extensions in the latest SNAPSHOT version 1.2 +* first support for *call* statements * create table allows now quoted identifiers within primary key definition * introduced alias for subquery in combination with a pivot definition (this **changes** alias handling within the library for pivot sqls) * force the parser to fully parse a String using parseCondExpression or parseExpression