Commit Graph

177 Commits

Author SHA1 Message Date
lukaseder
ce3bd39cff [#6485] Support parsing ARRAY_AGG() 2018-01-26 11:28:52 +01:00
lukaseder
0e12b3fa6e [#7087] Support USE for SET SCHEMA in Derby and HSQLDB 2018-01-25 16:31:12 +01:00
lukaseder
c2ff3dfd10 [#6485] [#7087] Support parsing USE as SET CATALOG 2018-01-25 15:57:58 +01:00
lukaseder
c8fb2031dc [#7087] Add support for Oracle's ALTER SESSION SET CURRENT_SCHEMA command 2018-01-25 15:18:43 +01:00
lukaseder
fba809b5f8 [#6485] [#7086] Add parser support for COMMENT ON VIEW 2018-01-23 15:11:24 +01:00
lukaseder
731c8e93a6 [#6485] [#7087] SET CATALOG not available in OSS edition 2018-01-23 13:50:42 +01:00
lukaseder
25ab285691 [#6485] [#7089] Parser and DDLDatabase cannot parse certain PostgreSQL types 2018-01-23 13:40:21 +01:00
lukaseder
6d98a5420a [#6485] [#7087] Added parser support for SET { SCHEMA | CATALOG } 2018-01-23 13:18:49 +01:00
lukaseder
52abd804e1 [#6485] [#7084] Parse (and ignore) ALTER { SCHEMA | DOMAIN } OWNER TO 2018-01-23 11:15:18 +01:00
lukaseder
a5ffdbdf00 [#6485] [#7084] Parse (and ignore) more COMMENT ON statements 2018-01-23 10:52:20 +01:00
lukaseder
7a2775a97f [#6485] Support (and ignore) SQL*Plus style SET commands in parser 2018-01-18 14:28:59 +01:00
lukaseder
180f8bf688 [#6485] [#7074] Support PostgreSQL SMALLSERIAL and BIGSERIAL types in parser / DDLDatabase 2018-01-18 11:13:16 +01:00
lukaseder
3d416686f9 [#6485] Added support for parsing the DELIMITER command 2018-01-16 13:09:17 +01:00
lukaseder
e43b0e28b3 [#6485] Show line and column numbers in error message 2018-01-16 12:28:09 +01:00
lukaseder
38ec49ba87 [#6485] Added support for parsing SQL Server VARCHAR(max) length 2018-01-16 12:08:01 +01:00
lukaseder
cf33bfd90c [#6485] Support parsing JDBC escape syntax for {fn ... } calls 2018-01-15 13:21:52 +01:00
lukaseder
6ffc6c5afa [#6485] Added missing support for parsing ABS() function 2018-01-15 13:14:57 +01:00
lukaseder
f6c98264d4 [#6485] Support parsing JDBC escape syntax for date/time literals 2018-01-15 09:48:19 +01:00
Anuraag Agrawal
295226d48a [#7021] Add parser support for DATETIME data type. 2018-01-15 13:23:19 +09:00
lukaseder
12bb3efbcc [#6132] [#6485] Add parser support for the ON UPDATE column type clause 2018-01-12 17:11:38 +01:00
lukaseder
646dadec10 [#7028] Add support for CREATE TABLE .. COMMENT in parser 2018-01-12 14:52:47 +01:00
lukaseder
8c8602804e [#7032] Remove broken Parser "Expected Tokens" error message 2018-01-10 17:55:51 +01:00
lukaseder
020631a251 [#6485] [#7022] Support parsing MySQL UNIQUE [ INDEX | KEY ] constraint definition 2018-01-10 16:35:20 +01:00
lukaseder
645c8a28f3 [#6485] [#7020] Support parsing MySQL TINYINT(1) data types and other integer types with length 2018-01-10 16:12:42 +01:00
lukaseder
f58e7d7ef6 [#6485] [#7018] Support parsing MySQL / MariaDB COMMENT syntax 2018-01-10 15:46:38 +01:00
lukaseder
bd13797ad5 [#7025] TODO, replace this by a dynamic enum data type encoding, once available 2018-01-10 15:05:18 +01:00
lukaseder
2d8ae08b5e [#6485] [#7017] Parse MySQL ENUM and SET types (as VARCHAR) 2018-01-10 14:56:27 +01:00
lukaseder
8a545cfab9 [#6994] Emulate COMMENT ON TABLE in MySQL 2018-01-04 17:30:44 +01:00
lukaseder
6151610b64 [#6324] [#6485] Add support for COMMENT ON statements 2018-01-04 14:30:34 +01:00
lukaseder
e1969d9568 [#6485] Support parsing sp_rename calls on SQL Server 2018-01-04 12:05:42 +01:00
lukaseder
6333877662 [#6485] [#6978] Add support for TRANSLATE() function 2018-01-04 10:41:37 +01:00
lukaseder
8c56574e93 [#6371] Add support for DROP TEMPORARY TABLE 2018-01-02 16:54:06 +01:00
lukaseder
26850fb478 Class should be final / remove internal parser deprecation 2018-01-02 16:36:30 +01:00
lukaseder
438d6d5249 [#6474] [#6969] Supported anonymous blocks in parser in Firebird 2017-12-29 17:07:14 +01:00
lukaseder
5b463f7f7c [#6485] [#6969] Supported Firebird ALTER TABLE .. ALTER col TO newname syntax 2017-12-29 16:38:03 +01:00
lukaseder
74649da33e [#6485] [#6969] Added parser support for Firebird's GENERATOR keyword 2017-12-29 16:27:39 +01:00
lukaseder
726d5261f9 [#6485] [#6931] Just a stylistic change... 2017-12-21 11:02:50 +01:00
Lukas Eder
53ba0efb38
Merge pull request #6941 from timur-sh/6931
[#6931] Added parser support for GRANT OPTION FOR clause
2017-12-21 10:57:15 +01:00
lukaseder
fd37691784 [#6485] [#6913] Added parser support for WITH GRANT OPTION 2017-12-21 10:55:11 +01:00
Timur Shaidullin
c19ab98047 [#6931] Added parser support for GRANT OPTION FOR clause 2017-12-20 17:55:27 +03:00
Timur Shaidullin
1c2dea8996 [#6913] Addes parser support for WITH GRANT OPTION 2017-12-20 17:39:16 +03:00
lukaseder
36354bf2cb [#6812] Added support for DERBY 2017-12-19 16:02:12 +01:00
lukaseder
1ef093c16b [#6936] Parse empty INSERT .. VALUES () clause as an emulated DEFAULT VALUES clause 2017-12-19 14:09:12 +01:00
lukaseder
b00c86c7e5 [#6474] [#6485] Added parser support for org.jooq.Block 2017-12-19 11:47:10 +01:00
lukaseder
fe34d9a84c [#6485] [#6906] Added parser support for ON CONFLICT .. ON CONSTRAINT clause 2017-12-18 15:24:14 +01:00
lukaseder
f33080f037 [#6911] Add support for GRANT .. TO PUBLIC and REVOKE .. FROM PUBLIC 2017-12-13 15:21:54 +01:00
lukaseder
8cea070b19 [#6485] [#6812] Added parser support for GRANT and REVOKE 2017-12-07 15:23:24 +01:00
lukaseder
8f7ff41c42 [#6485] Better support for ALTER TABLE .. DROP COLUMN:
- Make COLUMN keyword optional
- Allow for dropping more than one column (#5319)
- Allow for optional parentheses around column(s)
2017-12-07 15:02:50 +01:00
lukaseder
b2f9a4e5ad [#6873] Line numbers not aligned correctly between OSS and Pro edition 2017-11-29 10:02:42 +01:00
lukaseder
d25b126cae [#6704] Support PostgreSQL's escape string constants 2017-11-06 12:06:54 +01:00