Commit Graph

1183 Commits

Author SHA1 Message Date
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
Gunnar Morling
a73e233520 DBZ-720 Extracting HistorizedRelationalSnapshotChangeEventSource from Oracle connector 2018-07-13 09:51:56 +02:00
Gunnar Morling
5e6e1537a0 DBZ-793 Using TableFilter consistently 2018-07-11 13:16:59 +02:00
Jenkins user
4f86ed2e53 [maven-release-plugin] prepare for next development iteration 2018-07-11 07:40:39 +00:00
Jenkins user
fde0b417d6 [maven-release-plugin] prepare release v0.8.0.Final 2018-07-11 07:40:39 +00:00
Gunnar Morling
de8e0acc89 DBZ-791 Using result sets via try-with-resources 2018-07-10 14:35:24 +02:00
Gunnar Morling
382351aa4e DBZ-791 Using "c##xstrm" user in tests (non-admin user);
Also using non-Flashback related SELECT for getting current SCN.
2018-07-10 14:35:24 +02:00
Gunnar Morling
df3a3cfe3f DBZ-725 Removing DB name from topic names 2018-07-09 09:54:56 +02:00
Jenkins user
c5c7bfa749 [maven-release-plugin] prepare for next development iteration 2018-07-04 07:11:53 +00:00
Jenkins user
7ecdcfeded [maven-release-plugin] prepare release v0.8.0.CR1 2018-07-04 07:11:53 +00:00
Jiri Pechanec
d5bfdc79e7 DBZ-751 Change assertions to contain parameters 2018-07-03 09:45:39 +02:00
Gunnar Morling
255eea4cb8 DBZ-644 Adjusting Oracle connector to core changes 2018-07-03 09:45:39 +02:00
Jiri Pechanec
875b890d70 Setting POM version back to 0.8.0-SNAPSHOT 2018-06-27 12:21:44 +02:00
Jenkins user
e8f02db251 [maven-release-plugin] prepare for next development iteration 2018-06-21 14:13:43 +00:00
Jenkins user
cb53563ef8 [maven-release-plugin] prepare release v0.8.0.Beta1 2018-06-21 14:13:43 +00:00
Jiri Pechanec
f7e2b4e6eb DBZ-20 Overwrite default test timeout 2018-06-20 13:16:32 +02:00
Gunnar Morling
86fdbfc00e DBZ-20 Moving Antlr grammar to debezium-ddl-parser module 2018-06-20 13:16:32 +02:00
Gunnar Morling
ff7e88dcc7 DBZ-20 Moving debezium-connector-oracle from main to incubator repo 2018-06-20 13:16:32 +02:00