Commit Graph

4752 Commits

Author SHA1 Message Date
jcechace
dd83371f7b DBZ-3337 using 'main' as default branch for DB2 matrix 2021-03-24 06:13:35 +01:00
Chris Cranford
d8f0d2ba5a DBZ-2537 Rework Oracle's streaming metrics
* Consolidated LogMinerMetrics and TransactionalBufferMetrics
* Renamed LogMinerMetrics to OracleStreamingChangeEventSourceMetrics
* Standardized metrics method names & types
* Updated documentation to reflect metrics changes
2021-03-23 15:25:14 -04:00
Chris Cranford
d8eafed75c DBZ-3290 Additional Oracle documentation changes 2021-03-23 15:25:14 -04:00
Chris Cranford
9197120119 DBZ-3290 Suggested documentation edits 2021-03-23 15:25:14 -04:00
Chris Cranford
ec9f02d1e4 DBZ-3290 Document LONG data-type not yet supported 2021-03-23 15:25:14 -04:00
Chris Cranford
1d9594ed88 DBZ-3290 Suggested changes
* Use {debezium-version} variable in examples
* Correct typos
* Document non-support for CLOB/BLOB data types
* Fix rendering of <= with unicode character
* Moved XStream documentation into separate section
* Moved database.oracle.version to internal
* Removed reference to database.oracle.version
* Resolve XStream POS version from OracleDatabaseVersion as fallback
  when internal.database.oracle.version is not supplied.
2021-03-23 15:25:14 -04:00
Chris Cranford
2516cf9e07 DBZ-3290 Remove incubating note from Oracle documentation 2021-03-23 15:25:14 -04:00
Jiri Pechanec
b552a1cf56 DBZ-3333 Support MOD as function in MySQL 2021-03-23 15:32:47 +01:00
Jiri Pechanec
9e994967ed DBZ-3257 Use new method in tests 2021-03-23 09:48:54 +01:00
Jiri Pechanec
6a8c013251 DBZ-3335 Build Cassandra as part of CI 2021-03-23 08:10:53 +01:00
Chris Cranford
6d686d7543 DBZ-3257 Use DebeziumException instead 2021-03-23 06:12:04 +01:00
Chris Cranford
9aa1ba1471 DBZ-3257 Revert Clob behavior for Oracle LogMiner to avoid null values
* Snapshot now emits clob/nclob values correctly (all adapters)
* Fixed bug with LogMiner emitting clob/nclob values when using new parser
2021-03-23 06:12:04 +01:00
Chris Cranford
b85044cb14 DBZ-3319 Recalculate current log sequence 2021-03-22 20:04:00 -04:00
Chris Cranford
d75319a3ca DBZ-3319 Fix race condition with log switch detection
Rather than relying on log switch detection by looking at the name
of the current log file, this change uses the unique and always
increasing sequence to derive the log switch state to avoid any
type of ambiguity.
2021-03-22 09:04:54 +01:00
Anisha Mohanty
d4cc2342ca DBZ-3320 GH action to build dbz website for documentation changes 2021-03-22 08:15:30 +01:00
Chris Cranford
c10117396a DBZ-3268 Update temporal types documentation 2021-03-19 18:07:12 +01:00
Chris Cranford
a8a22bd828 DBZ-3268 Remove unused code 2021-03-19 18:07:12 +01:00
Chris Cranford
fae784001e DBZ-3268 Emit TIMESTAMP WITH LOCAL TIME ZONE columns in UTC 2021-03-19 18:07:12 +01:00
Chris Cranford
d47db6e098 DBZ-3268 Use dedicated connection for XStream API
Once a connection is bound to XStream API, issuing any other type of query
or operation can lead to failures due to concurrent use of the connection
by Debezium and XStream's native methods.  This commit adds a dedicated
connection used specifically by XStream to avoid this concurrency issue,
so that data types such as TIMESTAMP WITH LOCAL TIME ZONE works.
2021-03-19 18:07:12 +01:00
Chris Cranford
7a98fcd96c DBZ-3268 Implement timestamp with local timezone support 2021-03-19 18:07:12 +01:00
Chris Cranford
6b8f61386b DBZ-3268 Fix Oracle time.precision.mode support 2021-03-19 18:07:12 +01:00
Gunnar Morling
c7b7d5303a DBZ-3218 Avoiding duplicated validation (again ;) 2021-03-19 15:04:20 +01:00
Gunnar Morling
178140ae9c DBZ-3218 Removing superfluous method parameter 2021-03-19 15:04:20 +01:00
Anisha Mohanty
c761d92b2a DBZ-3218 Add separate method for logging warnings 2021-03-19 15:04:20 +01:00
Anisha Mohanty
6856dd9a80 DBZ-3218 Handle duplicate warnings for deprecated options 2021-03-19 15:04:20 +01:00
Jiri Pechanec
a3ddd3861f DBZ-3281 Print repo for the missing commit author 2021-03-19 13:49:31 +01:00
Anisha Mohanty
59e3ec09c6 DBZ-3281 Add filtered commit check for users with no GitHub author name 2021-03-19 13:49:31 +01:00
Anisha Mohanty
a75126c0fc DBZ-3281 Add connector repos to copyright script check 2021-03-19 13:49:31 +01:00
Jiri Pechanec
6cbc9d9885 DBZ-2520 Add advanced example for JSON format 2021-03-19 13:39:25 +01:00
Jiri Pechanec
312768e2a1 DBZ-2665 Add database history docs to new engine docs 2021-03-19 12:24:51 +01:00
Chris Cranford
7d607b4a50 DBZ-3311 Add TokuDB ROW_FORMAT variants support to MySQL DDL parser 2021-03-19 11:20:58 +01:00
Jiri Pechanec
1b9cc46764 DBZ-2872 Upgrade Kafka to 2.7.0 2021-03-19 09:22:55 +01:00
Chris Cranford
31ffa5e816 DBZ-2994 Fix ClassCastException & compilation error 2021-03-18 22:23:41 -04:00
Chris Cranford
41b571fb37 DBZ-3292 Apply suggested changes 2021-03-18 21:59:38 +01:00
Chris Cranford
dc92001676 DBZ-3292 Prefer archived logs over redo logs for same SCN range. 2021-03-18 21:59:38 +01:00
Jeremy
82d4820b24
DBZ-3312 Adding example of config file with SSL attributes to connect to Cassandra node 2021-03-18 17:54:44 +01:00
Jiri Pechanec
f7b6750ce3 DBZ-2511 Fix tests 2021-03-18 14:42:34 +01:00
Jiri Pechanec
495be2659b DBZ-2511 Dedicated logger for schema name adjuster 2021-03-18 14:42:34 +01:00
Gunnar Morling
91c1c63df5 DBZ-2665 Wording fix 2021-03-18 12:13:06 +01:00
Jiri Pechanec
a3ca563606 DBZ-2665 Document the need for database history props 2021-03-18 12:13:06 +01:00
Jiri Pechanec
11e4880018 DBZ-3309 Revert to MySQL specific default snapshot fetch size 2021-03-18 11:08:26 +01:00
Gunnar Morling
6e24260b47
[docs] README fixes 2021-03-18 10:56:19 +01:00
Jiri Pechanec
4db1de9bfa DBZ-3244 Highlight the need for fully-qualified names 2021-03-18 10:12:20 +01:00
Anisha Mohanty
69d2b8f8eb DBZ-2592 Add missing users to Aliases.txt & COPYRIGHT.txt 2021-03-18 07:54:51 +01:00
Anisha Mohanty
a410ecdbbd DBZ-2592 Minor improvements, Enabling GH Actions for release contributors script 2021-03-18 07:54:51 +01:00
Chris Cranford
135fd152e5 DBZ-3310 Allow ORDER keyword to be a MySQL table-name 2021-03-18 06:10:59 +01:00
Chris Cranford
a5be82bc2e DBZ-2994 Update documentation references 2021-03-17 20:37:24 +01:00
Chris Cranford
97da4333a3 DBZ-2994 Return current SCN as string in LogMinerMetrics 2021-03-17 20:37:24 +01:00
Chris Cranford
bd7adb40ed DBZ-2994 Fix test failures for Oracle XStreams 2021-03-17 20:37:24 +01:00
Chris Cranford
36f17a7630 DBZ-2994 Removed Scn.ZERO and Scn.INVALID in favor of Scn.NULL 2021-03-17 20:37:24 +01:00