Commit Graph

6459 Commits

Author SHA1 Message Date
Chris Cranford
43acb43fb6 DBZ-4836 Improve Oracle identity/sequence DDL syntax parsing 2022-03-23 08:01:56 +01:00
Bob Roldan
3e66be40b5 DBZ-4835 Update Db2 steps & target for adding driver file per DBZ-4883 2022-03-23 08:00:28 +01:00
Bob Roldan
9f72915c36 DBZ-4835 Expand on note re: connector excluding the Db2 JDBC driver 2022-03-23 08:00:28 +01:00
Bob Roldan
ce113b270a DBZ-4835 update source and destination for deploying connector files; 2022-03-23 08:00:28 +01:00
Bob Roldan
eadf9563c2 DBZ-4835 Specify that Oracle & Db2 connectors do not include JDBC driver 2022-03-23 08:00:28 +01:00
Vojtech Juranek
0163c07800 DBZ-4786 Avoid NPE when removing column which doesn't exists 2022-03-23 07:53:06 +01:00
Ethan Zou
efdb5d21fc DBZ-4850 Add several retriable SQL error codes 2022-03-22 11:52:27 -04:00
Chris Cranford
80cda74e63 DBZ-4897 Suggested edits 2022-03-22 16:47:21 +01:00
Chris Cranford
337305f0e6 DBZ-4897 Parse Oracle character-based column default values with parens 2022-03-22 16:47:21 +01:00
Jiri Novotny
86bc34684e DBZ-4601 Name and tag cleanup 2022-03-22 16:04:25 +01:00
Yang
1425c9208d DBZ-4886 update documentation 2022-03-22 08:12:42 +01:00
Vojtech Juranek
81f11f6646 DBZ-4887 Allow ANALYZE TABLES statement in MySQL grammar 2022-03-22 07:53:59 +01:00
Vojtech Juranek
fdfc7a6647 DBZ-3762 Filter out MySQL inline comments by default 2022-03-21 16:57:43 +01:00
Chris Cranford
cc8536c6cb DBZ-4851 Allow multiple index_attributes in a using_index_clause 2022-03-18 20:36:11 +01:00
Chris Cranford
24be2d2df5
DBZ-4430 Promote Quarkus Outbox to stable (sans OpenTracing support)
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2022-03-18 11:11:38 +01:00
Jiri Pechanec
25346941d4 DBZ-4802 Document requirement for primary in the seed 2022-03-18 11:08:21 +01:00
Chris Cranford
45648632f3 DBZ-4880 Correctly interpret NCLOB in Oracle DDL parser 2022-03-18 11:05:36 +01:00
Chris Cranford
c90993a652 DBZ-4852 DBZ-4853 DDL parser pass unsupported column types as OracleTypes.OTHER 2022-03-18 11:05:36 +01:00
Bob Roldan
333409a585 DBZ-4436 Restructure upstream steps for obtaining JDBC driver 2022-03-18 09:27:21 +01:00
harveyyue
e1706802a6
DBZ-4787 Improving MySQL SSL truststore/keystore property descriptions
Co-authored-by: Gunnar Morling <gunnar.morling@googlemail.com>
2022-03-18 09:11:23 +01:00
Jiri Pechanec
341ec1260e DBZ-4878 Add partition to Oracle xstream 2022-03-18 07:55:43 +01:00
kate
d2899a276a DBZ-4878 Add partition to Oracle logminer 2022-03-18 07:55:43 +01:00
kate
4b2d5c29be DBZ-4878 Re-read incremental snapshot chunk on DDL event 2022-03-18 07:55:43 +01:00
Chris Cranford
c8ecea8df9 DBZ-4842 Relax supplemental log check when table does not exist 2022-03-17 09:52:47 +01:00
Jiri Pechanec
9189d2118c DBZ-4860 Use JdbcConfiguration class 2022-03-17 08:04:19 +01:00
Jiri Pechanec
acbb47761c DBZ-4821 Allows spaces in JAVA_HOME 2022-03-17 08:03:03 +01:00
Bob Roldan
d30a6fc079 DBZ-4052 Fix mistargeted links; restore SQL Server max.batch.size desc 2022-03-17 07:26:03 +01:00
Bob Roldan
c926412c1b DBZ-4052 Address review comments; normalize property descriptions 2022-03-17 07:26:03 +01:00
Bob Roldan
2533663065 DBZ-4052 align description across connectors;link from metrics topics 2022-03-17 07:26:03 +01:00
Bob Roldan
4d3353d7ea DBZ-4052 Add information about interaction with max.queue.size 2022-03-17 07:26:03 +01:00
Bob Roldan
b28863fb82 DBZ-4052 Updates properties table in SQL Server connector doc 2022-03-17 07:26:03 +01:00
ETIENNE
fc47170e29 DBZ-4821 Added run.bat to debezium-server-dist 2022-03-16 09:54:19 +01:00
Clément Loiselet
ba33e483ae DBZ-4861: change log for schema snapshot postgres
Update debezium-connector-postgres/src/main/java/io/debezium/connector/postgresql/PostgresSnapshotChangeEventSource.java
2022-03-16 09:51:15 +01:00
Gunnar Morling
e233220ef9 DBZ-2646 Wording fixes 2022-03-15 14:10:16 +01:00
Vojtech Juranek
e757c6068c DBZ-2646 Add secret configuration to k8s documentation 2022-03-15 14:06:50 +01:00
Jose Luis Sánchez
1240d06b0d [docs] Updating documentation to reflect MySQL 8 changes;
According to https://dev.mysql.com/doc/refman/5.7/en/information-schema-variables-table.html, information_schema.global_variables has been deprecated ( and removed on 8.x ) in favour of performance_schema, so this documentation reflects the new way to achieve this
2022-03-15 12:22:42 +01:00
harveyyue
044e454e0a DBZ-4832 Don't set truststore/keystore parameters to system variables 2022-03-15 11:25:28 +01:00
Gunnar Morling
e1b54c48a8 [docs] Bringing back 'link-prefix' alias as it's needed for cross-page links downstream 2022-03-14 11:40:28 +01:00
Vojtech Juranek
71df49e7ef DBZ-2594 Add OpenShift UI images 2022-03-11 17:33:51 +01:00
Vojtech Juranek
2f6867238a DBZ-2594 Use secret object for DB credentials 2022-03-11 17:33:51 +01:00
Gunnar Morling
107492b70a DBZ-2594 Misc. minor adjustments 2022-03-11 17:33:51 +01:00
Vojtech Juranek
663bcf586b DBZ-2594 Update doc for deployment on OpenShift
* update deployment instruction for OpenShift 4
* use Strimzi CRD
* aling documentation with Kubernetes documentation to be able to merge
  them in the future
2022-03-11 17:33:51 +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
Bob Roldan
dbd3447c05 DBZ-4014 Revise warning based on PR review 2022-03-11 10:26:34 +01:00
Bob Roldan
a8cce84d2e DBZ-4014 Remove extra line before warning note 2022-03-11 10:26:34 +01:00
Bob Roldan
d8ed383118 DBZ-4014 Warne users not to modify database.server.name 2022-03-11 10:26:34 +01:00
harveyyue
ba3438c860 DBZ-4822 Mysql: Getting ERROR `Failed due to error: connect.errors.ConnectException: For input string: "false" 2022-03-11 10:22:43 +01:00
Bob Roldan
8d4e50496e DBZ-4652 Replace hard-coded link; add attributes to antora.yml. 2022-03-11 10:14:57 +01:00
Bob Roldan
0bfde4b082 DBZ-4652 Remove TP designations and conditionalization 2022-03-11 10:14:57 +01:00
harveyyue
759e52c423 DBZ-4787 Skip some tests with SSL auth enabled 2022-03-11 10:10:18 +01:00