Commit Graph

5655 Commits

Author SHA1 Message Date
Chris Cranford
fef29f1093
DBZ-4032 Treat empty TIMESTAMP blob value as null 2021-10-19 09:39:27 +02:00
Bob Roldan
f9db8ee80d DBZ-4153 Fix incorrect classname in SMT predicates doc 2021-10-18 12:59:03 -04:00
Gunnar Morling
3d093e2a3b DBZ-4164 Import ordering 2021-10-18 14:45:00 +02:00
lujiefsi
12ccc24e17
DBZ-4164 Fixing resource leak due to Files::lines 2021-10-18 14:31:39 +02:00
Chris Cranford
c6d753526b DBZ-4161 Log warning on long table/column names 2021-10-18 13:59:55 +02:00
Gunnar Morling
188d94c867 DBZ-4140 scn -> SCN in messages 2021-10-18 12:12:30 +02:00
Chris Cranford
0ae985e5f8 DBZ-4140 Avoid NPE with getMaxArchiveLogScn by using query retries 2021-10-18 12:12:30 +02:00
Juan Fiallo
51fb2db959 DBZ-3517 Making database.user optional for SQL Server.
SQL Server doesn't require username/password when using Kerberos authentication, which can be configured using pass-through database properties. Changing the database.user config to be optional for SQL Server Connector to reflect that.
2021-10-18 12:06:56 +02:00
Juan Fiallo
346e0f3af2 DBZ-3517 Making database.user optional for SQL Server.
SQL Server doesn't require username/password when using Kerberos authentication, which can be configured using pass-through database properties. Changing the database.user config to be optional for SQL Server Connector to reflect that.
2021-10-18 12:06:56 +02:00
Juan Fiallo
5ac93ac20e DBZ-3517 Making database.user optional for SQL Server.
SQL Server doesn't require username/password when using Kerberos authentication, which can be configured using pass-through database properties. Changing the database.user config to be optional for SQL Server Connector to reflect that.
2021-10-18 12:06:56 +02:00
Juan Fiallo
e041b599d8 DBZ-3517 Making database.user optional for SQL Server.
SQL Server doesn't require username/password when using Kerberos authentication, which can be configured using pass-through database properties. Changing the database.user config to be optional for SQL Server Connector to reflect that.
2021-10-18 12:06:56 +02:00
Chris Cranford
a2489f2e42 DBZ-4126 Support in-memory table clauses in CREATE TABLE syntax 2021-10-18 11:48:42 +02:00
Gunnar Morling
2905fa2c7a DBZ-3974 Typo fix 2021-10-15 15:45:57 +02:00
Bob Roldan
6c8831b039 DBZ-3974 Fix formatting in description 2021-10-15 15:45:57 +02:00
Bob Roldan
d32a287cab DBZ-3974 Fix formatting in datatype.propagate.source.type description 2021-10-15 15:45:57 +02:00
Bob Roldan
dab1887013 DBZ-3974 Add missing content to schema change doc + consistency edits 2021-10-15 15:45:57 +02:00
Chris Cranford
c86a7cba60 DBZ-4064 Fix test failures 2021-10-15 09:17:43 +02:00
Chris Cranford
38fc16c869 DBZ-4064 Fix NullPointerException with LogMinerEventRow initialization 2021-10-15 09:17:43 +02:00
Sungho Hwang
b90127e457
[docs] Wording fix in CONTRIBUTE.md 2021-10-15 08:50:22 +02:00
Chris Cranford
0a0dc6304b DBZ-4158 Extend table compression support for Oracle DDL
* Add support for "FOR ALL OPERATIONS"
* Add support for "FOR DIRECT_LOAD OPERATIONS"
2021-10-15 07:32:05 +02:00
Jiri Pechanec
0ccc83db21 DBZ-3860 Provide correct boundaries for multi PK tables 2021-10-14 17:26:50 +02:00
Sungho Hwang
767b271cb5
[docs] Typo fix 2021-10-14 16:57:26 +02:00
Chris Cranford
7494a1cd29 DBZ-4151 Prevent possible OutOfMemoryError with tracking schema changes 2021-10-14 16:47:22 +02:00
Gunnar Morling
26f13d83d5 DBZ-3993 Reflectively invoking Runtime.version();
As that API is only available from Java 9 onwards, calling it will cause
a compilation failure when compiling with --release.
2021-10-14 09:46:06 -04:00
Gunnar Morling
ae1ba98591 DBZ-4082 Logging debug info 2021-10-14 15:42:09 +02:00
Anisha Mohanty
310a0b6ef3 DBZ-4145 Skip failing test for wal2json 2021-10-14 13:17:08 +02:00
Sergei Morozov
2a63523bde DBZ-4152: Upgrade mysql-binlog-connector-java to v0.25.4 2021-10-14 09:53:36 +02:00
Sungho Hwang
7ee8c0b60a DBZ-4149 Misc. MongoDB connector docs fixes;
* A field _filter_ doesn't exist in create events, nor payload of the given change event value
* Ensuring consistency with MySQL connector documentation
* The MongoDB connector doesn't have 'before' field, but 'after' and 'patch' field for create events
2021-10-13 15:38:24 +02:00
Bob Roldan
649bd24b07 DBZ-3880 Add section to db setup about evaluating redo log size 2021-10-13 09:06:54 -04:00
Gunnar Morling
6b3d2c3b76 DBZ-3993 Formatting fix 2021-10-13 10:59:23 +02:00
Gunnar Morling
c3eed6051b DBZ-3993 Skipping object size based test on Java 16+ 2021-10-13 10:59:23 +02:00
Anisha Mohanty
028076bac8 DBZ-3993 Remove unused jdk matrix scripts 2021-10-13 10:59:23 +02:00
Anisha Mohanty
71dcce3db6 DBZ-3993 Upgrade actions to Java 17 2021-10-13 10:59:23 +02:00
Anisha Mohanty
dea997e27a [ci] Run workflows for release branches 2021-10-13 10:56:28 +02:00
Sergei Morozov
4a03c5df17 DBZ-2975: Include database name into topic and schema names
Co-authored-by: Mike Kamornikov <mikekamornikov@gmail.com>
2021-10-12 15:40:02 +02:00
Hossein Torabi
aa2d8539f9 DBZ-3989 Trim numerical default values before parsing 2021-10-12 15:29:31 +02:00
Chris Cranford
5221b9f4d2 DBZ-3986 Document schema_only_recovery snapshot mode 2021-10-12 15:03:15 +02:00
Zongwen Li
636c09e040 DBZ-3986 [oracle] Add the SCHEMA_ONLY_RECOVERY snapshot mode 2021-10-12 15:03:01 +02:00
Chris Cranford
e3294146b5 DBZ-4118 Do not write multiple rows to flush table 2021-10-12 10:29:10 +02:00
Chris Cranford
150f45354a DBZ-4135 Fix handling of alter table MODIFY column DDL 2021-10-12 10:11:08 +02:00
rkerner
65e7a3ad48 DBZ-4028 Fix issue that Runtime.Version does not allow zero at the end of a version string
relates to https://issues.redhat.com/browse/DBZ-4028
2021-10-11 17:28:36 +02:00
Anisha Mohanty
6a68e65200 DBZ-4112 Handle large comparison results from GH API 2021-10-11 15:34:27 +02:00
Jiri Pechanec
657c5540b3 DBZ-4083 Add filter to MongoDB cloud converter 2021-10-11 11:19:30 +02:00
Jiri Pechanec
6754f0cecc DBZ-3926 Upgrade Apicurio Registry to 2.0.2.Final 2021-10-11 11:10:57 +02:00
Jiri Pechanec
aec2080415 DBZ-3895 Config returns Patterns not Strings 2021-10-11 10:57:33 +02:00
Jiri Pechanec
68f148c3f3 DBZ-3895 Make snapshot collection list matching case insensitive 2021-10-11 10:57:33 +02:00
Gunnar Morling
015b219c58 DBZ-4046 Some testing clean-up;
* Fixing mixed up order of expected and actual value
* Using more expressive var names
2021-10-11 06:04:42 +02:00
Sungho Hwang
41bd2318b3 [docs] Fixing typos in documentation 2021-10-10 10:04:11 +02:00
Judah Rand
5d23b30f67 DBZ-4046 Update isVariableScaleDecimal
This puts the method in line with
https://github.com/pgjdbc/pgjdbc/issues/2188
where expected value was changed from `131089` to `0`.
However, for numeric arrays the issue remains and so
`131089` remains the correct value for them.
2021-10-08 10:42:21 +02:00
Judah Rand
193b4f2970 DBZ-4046 Update pgjdbc to 42.2.24 2021-10-08 10:42:21 +02:00