Commit Graph

37 Commits

Author SHA1 Message Date
Jiri Pechanec
b699e37359 DBZ-2670 Modify testing approach 2020-10-21 17:41:22 +02:00
Jiri Pechanec
32f4c47552 DBZ-2671 Support for MariaDB sequence functions 2020-10-20 10:37:19 +02:00
Jiri Pechanec
1b09fed957 DBZ-2639 Refer to arbitrary table alias 2020-10-08 15:19:26 +02:00
Jiri Pechanec
2270d23adb DBZ-2641 BLOB type has dimension 2020-10-08 09:01:23 +02:00
Kewei Shang
a9d5cf8634 DBZ-2615: Use expression as default for variable declaration.
The value of the default can be specified as an expression; it need not  be a constant.
Source: https://dev.mysql.com/doc/refman/5.7/en/declare-local-variable.html
2020-10-01 12:38:12 +02:00
Jiri Pechanec
ac940711c7 DBZ-2586 Cover all MariaDB auth extensions 2020-09-30 09:23:50 +02:00
Justin Hiza
fbf42c8072 DBZ-2586 updating ANLTR parser for grants to support mariadb VIA 2020-09-30 09:23:50 +02:00
Chris Cranford
127f5e86eb DBZ-2576 Support new MySQL 8 alter user password options 2020-09-30 07:10:43 +02:00
Jiri Pechanec
c7338690a9 DBZ-2453 Support for JSON operators 2020-08-27 12:17:52 +02:00
Ruslan Gibaiev
262894586b DBZ-2425 Added MySql8 visible/invisible index support 2020-08-12 13:46:10 +02:00
Ruslan Gibaiev
710e10d9f2
DBZ-2415 Added support for MySql dynamic privileges 2020-08-11 05:45:09 +02:00
Jiri Pechanec
6e1eb61e72 DBZ-2365 LONG types have separate grammar rules 2020-07-24 08:30:40 +02:00
Jiri Pechanec
18d0143d64 DBZ-2365 Support for crss-db datatypes 2020-07-24 08:30:40 +02:00
rkerner
24adef37cc DBZ-2318 add column check constraints and JSON validation check constraints to debezium-ddl-parser ANTLR v4 MySQL grammar 2020-07-16 06:55:26 +02:00
Justin Hiza
5bf573633f DBZ-2219 Expanding support for MariaDB IF EXISTS/IF NOT EXISTS support on ALTER TABLE ddl 2020-06-25 10:47:29 +02:00
Gunnar Morling
3e5f0cef38 DBZ-2151 Completing support for ALTER TABLE DROP INDEX IF EXISTS 2020-06-08 10:58:12 +02:00
Justin Hiza
ae8f530d7e DBZ-2151 updating ANTLR parser to respect MariaDB syntax for ALTER TABLE DROP INDEX [IF EXISTS] 2020-06-08 10:58:12 +02:00
Andy Teijelo
37e939364f DBZ-2154: add test for UTC_TIMESTAMP without parenthesis 2020-06-08 09:47:58 +02:00
Andy Teijelo
d2345af9b3 DBZ-2153: add a test for casting as integer 2020-06-08 09:47:07 +02:00
Jiri Pechanec
964c4f6505 DBZ-2142 Support multiple SETs for trigger 2020-06-03 17:32:13 +02:00
Jiri Pechanec
06f8023a54 DBZ-2130 CHARACTER keyword used also as a type 2020-06-02 15:11:53 +02:00
Jiri Pechanec
5940c85103 DBZ-2080 Support named PKs in ALTER TABLE 2020-05-15 09:12:07 +02:00
Fándly Gergő
9cea694510 DBZ-2067 Add support for ALGORITHM=INSTANT on alter table statements 2020-05-14 12:31:14 +02:00
Anders Engström
7330311e68 DBZ-2047: Add 'flush table' alias to MySQL grammar 2020-05-06 13:03:50 +02:00
Jiri Pechanec
c7f3732dd3 DBZ-1740 Support for RESIGNAL and DIAGNOSTICS 2020-01-31 08:14:03 +01:00
Jiri Pechanec
3367c4ca51 DBZ-1733 TRANSACTIONAL keyword support 2020-01-24 21:42:58 +01:00
Jiri Pechanec
dfb91b779e DBZ-1691 Support for SIGNAL statement 2020-01-12 00:08:25 +01:00
Chris Cranford
1079f7a23c DBZ-1699 Support MySQL CAST as JSON grammar syntax 2020-01-10 00:53:02 +01:00
Jiri Pechanec
d88c3b4d82 DBZ-1659 Parse return-only function 2019-12-10 15:32:15 +01:00
Jiri Pechanec
30d768edb7 DBZ-1534 Support for IN/VISIBLE index option 2019-10-21 12:29:03 +02:00
Jiri Pechanec
de7e02eb58 DBZ-1535 Support for SESSION_VARIABLES_ADMIN privilege 2019-10-21 12:27:25 +02:00
Chris Cranford
f1d7963104 DBZ-1470 Support DEFAULT character set for MySQL CREATE DATABASE/TABLE syntax 2019-09-12 17:42:18 +02:00
Mariusz Strzelecki
851a3ef676 DBZ-1332 | COLLATE support in return types of the MySQL functions 2019-06-18 15:13:51 +02:00
Mariusz Strzelecki
265e6db08d DBZ-1331 | allow SET NEW.column=expression in triggers 2019-06-18 15:07:54 +02:00
rkuchar
d59506ad31 DBZ-252 introducing ANTLR grammar testing plugin 2018-06-15 11:42:24 +02:00
rkuchar
98384822eb DBZ-252 refactor - move mysql antlr ddl parsser implementation into mysql-connector module 2018-06-15 11:42:24 +02:00
rkuchar
99eac9a8e2 DBZ-252 some test fixes + separate ddl test for antlr parser 2018-06-15 11:42:24 +02:00