Commit Graph

67 Commits

Author SHA1 Message Date
Jenkins user
00e174d94d [maven-release-plugin] prepare release v0.9.0.CR1 2019-01-28 11:11:15 +00:00
Jiri Pechanec
3f6424b9a1 DBZ-1103 Increase timeout before interrupt as oracle is slower 2019-01-28 11:35:55 +01:00
Jiri Pechanec
ab6a3f9587 DBZ-947 Align with changed API 2019-01-28 10:22:30 +01:00
Gunnar Morling
279262d6e9 DBZ-1105 Avoiding retrieval of column names 2019-01-28 09:08:17 +01:00
Jiri Pechanec
51468556a2 DBZ-1029 Align with updated verify record features 2019-01-17 15:21:35 +01:00
Jiri Pechanec
4d9cd1c267 DBZ-1064 Use convert value template 2019-01-17 13:53:17 +01:00
Jiri Pechanec
501cbfc98e DBZ-1064 Set default value only for non-nullable fields 2019-01-17 13:53:17 +01:00
Jenkins user
c9682468a2 [maven-release-plugin] prepare for next development iteration 2018-12-19 13:10:13 +00:00
Jenkins user
ca89512712 [maven-release-plugin] prepare release v0.9.0.Beta2 2018-12-19 13:10:13 +00:00
Gunnar Morling
946d73e4a4 DBZ-954 Formatting 2018-12-17 16:58:50 +01:00
wangzheng422
a2b01415ae DBZ-954 Oracle Connector doesn't support Oracle 11g (#3)
* for oracle 11g

* oracle 11g

* git ignore

* readme

* for oracle 11g compatible, add 2 parameter to config

* remove testing script

* config change to insensitive

* param name change to case_insensitive

* read me update for oracle 11g

* read me update for oracle 11g

* readme add to oracle 11g

* camelCase naming and comments

* posVersion

* case insensitive logic

* change config from posVersion to oracleVersion

* read me fix for oracle 11g
2018-12-17 16:58:15 +01:00
Jiri Pechanec
208d6aa324 DBZ-978 Added last event and captured tables metrics 2018-12-14 15:54:41 +01:00
Gunnar Morling
098c6dd28d DBZ-1023 Excluding AUDSYS schema in Oracle 2018-12-14 10:13:42 +01:00
Gunnar Morling
e871032b8a DBZ-966 Adding 'snapshot.delay.ms' option to Oracle and SQL Server connectors 2018-12-13 14:33:21 +01:00
Jiri Pechanec
589bbe1be7 DBZ-1003 Initialize database history 2018-12-04 09:04:53 +01:00
Jenkins user
13c91ca6bf [maven-release-plugin] prepare for next development iteration 2018-11-20 16:26:29 +00:00
Jenkins user
cda0eacc05 [maven-release-plugin] prepare release v0.9.0.Beta1 2018-11-20 16:26:29 +00:00
Jiri Pechanec
1f4f36872c DBZ-776 Cleanup after review 2018-11-16 09:44:56 +01:00
Jiri Pechanec
461f582a31 DBZ-776 Support for metrics 2018-11-16 09:44:56 +01:00
Jenkins user
1590534b97 [maven-release-plugin] prepare for next development iteration 2018-10-04 12:03:13 +00:00
Jenkins user
133c14eece [maven-release-plugin] prepare release v0.9.0.Alpha2 2018-10-04 12:03:13 +00:00
jchipmunk
ea230e8e8a DBZ-918 Adding Debezium connector field to source info
This will allow consumers to recognize the Debezium connector used for creating a given message, helping them to adjust their behavior for a variety of connectors.
2018-10-04 10:33:58 +02:00
Jenkins user
660074ff06 [maven-release-plugin] prepare for next development iteration 2018-07-26 08:04:40 +00:00
Jenkins user
175645dcb9 [maven-release-plugin] prepare release v0.9.0.Alpha1 2018-07-26 08:04:40 +00:00
Gunnar Morling
f5a38fb862 DBZ-818 Adjusting scale of BigDecimal values to column's scale if needed 2018-07-25 16:04:07 +02:00
Gunnar Morling
591d3764b3 DBZ-826 Avoid NPE if commit is called before any offset is prepared 2018-07-25 15:54:48 +02:00
Gunnar Morling
33f3d59078 DBZ-40 Misc. typo and formatting fixes 2018-07-25 15:05:53 +02:00
Gunnar Morling
2a3c58f069 DBZ-815 Adding test for heartbeat events for Oracle connector 2018-07-25 14:49:04 +02:00
Gunnar Morling
2d4320ccd5 DBZ-816 Pulling up code for database history set-up to HistorizedRelationalDatabaseConnectorConfig 2018-07-25 11:54:41 +02:00
Gunnar Morling
b4581d0b5e DBZ-804 Setting correct length for TIMESTAMP columns, adding tests 2018-07-24 21:56:52 +02:00
Gunnar Morling
35995d7e95 DBZ-804 Adding support for VARCHAR alias 2018-07-24 21:56:52 +02:00
Gunnar Morling
fd1818083c DBZ-804 Simplifying construction of expected values a bit 2018-07-24 21:56:52 +02:00
Gunnar Morling
7c938bd532 DBZ-804 Supporting negative scale values for NUMBER columns 2018-07-24 21:56:52 +02:00
Gunnar Morling
c2b2442326 DBZ-804 Consistent handling of precision/scale 2018-07-24 21:56:52 +02:00
Gunnar Morling
3d12bcce01 DBZ-804 For non-floating point NUMBER columns using matching int schema;
Depending on the number of digits, int8/int16/int32/int64 is used. For larger non-floating point columns and floating point columns, decimal / variable scale decimal is used as before.
2018-07-24 21:56:52 +02:00
Gunnar Morling
5b07419ee9 DBZ-804 Adjust metadata for NUMBER columns without explicit scale value 2018-07-24 21:56:52 +02:00
Gunnar Morling
f4aa437741 DBZ-804 Expanding floating point tests 2018-07-24 21:56:52 +02:00
Gunnar Morling
fbaa2b92f8 DBZ-804 Exporting non floating point NUMBER columns (scale = 0) as Decimal 2018-07-24 21:56:52 +02:00
Gunnar Morling
6c899c2de4 DBZ-804 Basing decision whether to use VariableScaleDecimal on presence of scale and not precision 2018-07-24 21:56:52 +02:00
Gunnar Morling
e493951271 DBZ-803 Finalizing snapshot in offsets also for schema-only snapshots 2018-07-23 06:44:36 +02:00
Gunnar Morling
a0f3aed63e DBZ-627 Unifying TopicSelector implementations 2018-07-18 12:36:42 +02:00
Gunnar Morling
9be74bcf35 DBZ-801 Parameterizing ChangeEventQueue<DataChangeEvent> 2018-07-18 10:30:39 +02:00
Gunnar Morling
8050fa7231 DBZ-40 Pulling up some common code to HistorizedRelationalDatabaseSchema 2018-07-18 10:14:37 +02:00
Gunnar Morling
f274c83e37 DBZ-720 Signaling snapshot cancellation via InterruptedException;
Also skipping schema snapshotting when earlier offset with completed snapshot was found
2018-07-17 13:21:47 +02:00
Gunnar Morling
55bfcdda27 DBZ-720 Reworking SnapshotDatatypesIT to test types captured during initial snapshotting 2018-07-17 12:59:33 +02:00
Gunnar Morling
8ad452d60f DBZ-720 Avoiding race condition where we tried to commit an offset to an already closed xout server 2018-07-17 12:58:34 +02:00
Gunnar Morling
70d91e1ba5 DBZ-795 Fixing misleading source info field name 2018-07-17 12:58:34 +02:00
Gunnar Morling
64dbdb5d7d DBZ-720 Adjusting tests to newly added snapshotting feature 2018-07-16 15:22:45 +02:00
Gunnar Morling
9a8aaa4b01 DBZ-720 Initial data snapshotting or Oracle 2018-07-16 15:22:45 +02:00
Gunnar Morling
235346cc9f DBZ-720 Avoiding some raw type warnings;
Also adjusting to changed signature of dispatch methods.
2018-07-13 09:51:56 +02:00