Commit Graph

243 Commits

Author SHA1 Message Date
Sergei Morozov
194934b74a DBZ-5075: Clean up Javadocs 2022-05-03 13:46:23 +02:00
Sergei Morozov
f6546e4d87 DBZ-5075: Remove unused legacy MySQL code 2022-05-03 13:46:23 +02:00
Chris Cranford
04330d6a06 DBZ-4996 Add additional examples 2022-04-21 08:10:58 +02:00
Chris Cranford
8ff3721b71 DBZ-4996 Parse references_clause without referenced column list 2022-04-21 08:10:58 +02:00
Anisha Mohanty
d734f9740e DBZ-4980 Support CTE with create view statement in MySQL parser 2022-04-19 07:22:10 +02:00
Anisha Mohanty
736a3b149b DBZ-4976 Handle NPEs for column definitions of Oracle DDL statements 2022-04-14 11:58:50 +02:00
Vojtech Juranek
78206deeee DBZ-4927 Allow OR REPLACE when creating trigger
`CREATE OR REPLACE TRIGGER` is not possible in MySQL [1], however this
is possible in MariaDB [2].

[1] https://dev.mysql.com/doc/refman/8.0/en/create-trigger.html
[2] https://mariadb.com/kb/en/create-trigger/
2022-03-31 11:25:23 +02:00
Vojtech Juranek
d1c50558cc DBZ-4896 Allow ON as an expression value
`ON` can be used as a value for e.g. some server system variables
like unique_checks [1].

[1] https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_unique_checks
2022-03-23 16:50:47 +01:00
Chris Cranford
43acb43fb6 DBZ-4836 Improve Oracle identity/sequence DDL syntax parsing 2022-03-23 08:01:56 +01:00
Vojtech Juranek
81f11f6646 DBZ-4887 Allow ANALYZE TABLES statement in MySQL grammar 2022-03-22 07:53:59 +01:00
Chris Cranford
cc8536c6cb DBZ-4851 Allow multiple index_attributes in a using_index_clause 2022-03-18 20:36:11 +01:00
harveyyue
dac2e1350f DBZ-4841 Debezium Mysql connector can't handle CREATE INDEX IF NOT EXISTS (MariaDB) 2022-03-11 15:11:00 +01:00
harveyyue
66d413c114 DBZ-4833 MySQL 5.7 - no viable alternative at input 'ALTER TABLE ORD_ALLOCATION_CONFIG CHANGE RANK' 2022-03-10 15:09:13 +01:00
Chris Cranford
abb4617405 DBZ-4810 Support Oracle TO_DATE with NLS parameter arguments 2022-03-04 15:38:06 +01:00
Chris Cranford
87bd1fbfdc DBZ-4763 Relax parsing of heap & index organized clauses 2022-02-22 14:56:46 +01:00
Chris Cranford
3e01770380 DBZ-4641 Fix Oracle Loader, HDFS, and Hive grammar rules 2022-02-21 18:10:34 +01:00
Anisha Mohanty
2074767ebc DBZ-4641 Extend external_table_clause syntax 2022-02-21 18:10:34 +01:00
Chris Cranford
63d7c94cbb DBZ-4752 Relax clause order for inmemory_attributes 2022-02-16 21:35:57 +01:00
Chris Cranford
f69b1811b4 DBZ-4746 Support CHECK shrink-clause option 2022-02-15 17:46:45 +01:00
Anisha Mohanty
943618227d DBZ-4662 partition_key_value should accept timestamp values 2022-02-14 13:06:40 -05:00
harveyyue
d07507ddd7 DBZ-4707 MySQL unparseable DDL - CREATE PROCEDURE 2022-02-14 15:48:19 +05:30
Anisha Mohanty
dd54a37665 DBZ-4649 Extend modify_table_partition rule 2022-02-08 14:27:18 +05:30
Ismail Simsek
25ed5898c5 DBZ-4675 parse MariaDB PAGE_COMPRESSED and PAGE_COMPRESSION_LEVEL table options 2022-02-04 11:07:14 -05:00
Ismail Simsek
a59b5a203e DBZ-4661 parse MariaDB encrypted keyword
Co-authored-by: Anisha Mohanty <anishamohanty23@gmail.com>
2022-02-04 15:15:07 +05:30
Chris Cranford
44f9cd9b66 DBZ-4654 Support name based log groups 2022-02-03 18:15:23 +01:00
harveyyue
bfd2ce97e8 DBZ-4640 Parse including keyword column table ddl error 2022-01-30 12:04:04 -05:00
Chris Cranford
92b15475f3 DBZ-4609 Extend DROP PARTITION syntax 2022-01-28 13:15:50 -05:00
Anisha Mohanty
c82eced4f2 DBZ-4609 Using partition_extended_names for drop partition 2022-01-28 13:15:50 -05:00
Sebastian Bruckner
7f827f13d6 DBZ-4561: Add flush table[s] grammer for all open tables 2022-01-20 08:24:27 +01:00
Chris Cranford
1e425686d5 DBZ-4571 Support older Oracle degree of parallelism DDL syntax 2022-01-19 18:41:14 +01:00
Anisha Mohanty
a04238ce2b DBZ-4553 Remove SEQ keyword 2022-01-17 14:38:47 +01:00
Chris Cranford
167fef5310 DBZ-4546 Improve Virtual Column DDL syntax support 2022-01-14 08:38:59 +01:00
Chris Cranford
48c3244c2f DBZ-4485 Support Oracle FLASHBACK TABLE syntax 2022-01-11 14:12:50 +01:00
Jiri Pechanec
b60713abc7 DBZ-4504 Improve comment/change alignment 2022-01-10 13:48:52 +01:00
Anisha Mohanty
c0e7768476 DBZ-4504 Update date functions for MariaDB 2022-01-10 13:48:52 +01:00
harveyyue
3670b0c6ef DBZ-4497 Parse multiple signed/unsigned keyword from ddl statement failed 2022-01-03 10:47:03 +01:00
harveyyue
890190d26e DBZ-4473 Remove unused brackets in MySqlParser 2021-12-20 08:04:53 +01:00
Chris Cranford
0207a11050 DBZ-4396 Improve Oracle ANALYZE grammar support 2021-12-07 09:57:09 +01:00
Anisha Mohanty
8a58089221 DBZ-4402 Support keyword CHAR SET for defining charset options 2021-12-07 09:37:02 +01:00
Chris Cranford
c5370c87df DBZ-4397 Add MySQL grant username to username syntax 2021-12-02 21:15:58 +01:00
harveyyue
304c7a3952 DBZ-4320 support for JSON function in MySQL index 2021-11-23 09:57:07 +01:00
Anisha Mohanty
95e63ed6dc DBZ-4304 Add MariaDB specific username 2021-11-19 09:39:33 -05:00
Chris Cranford
593359e3f8 DBZ-4224 Fix parsing of creation of queue tables 2021-11-16 20:55:36 +01:00
Anisha Mohanty
9bfcf021d7 DBZ-4280 Allow Alter Table to Rebuild an Index Partition 2021-11-16 11:18:25 -05:00
harveyyue
80e97964f1 DBZ-4261 Support all charsets in MySQL parser 2021-11-10 16:55:05 +01:00
Chris Cranford
343318b5d4 DBZ-3710 Support Oracle column default values 2021-11-10 09:43:25 +01:00
harveyyue
a707da9645 DBZ-4246 Does Debezium support database using charset GB18030 2021-11-05 20:37:32 +01:00
harveyyue
3ced90130e DBZ-4229 CREATE PROCEDURE DDL throws ParsingException 2021-11-03 18:23:22 +01:00
harveyyue
62f00343b7 DBZ-4174 DDL statement couldn't be parsed 2021-11-01 09:22:09 +01:00
Chris Cranford
e9a762b8dc DBZ-4215 Support MySQL dual password syntax 2021-10-29 23:46:31 +02:00