Commit Graph

283 Commits

Author SHA1 Message Date
mfvitale
3bc252871f DBZ-6990 Fix db2 truncate table case using plain jdbc connection 2023-10-19 09:04:16 +02:00
harveyyue
ded6d2775e DBZ-6990 Add db2 truncate table case using plain jdbc connection 2023-10-19 09:04:16 +02:00
harveyyue
3ea1377e06 DBZ-6970 add some it tests for handle truncate event 2023-10-19 09:04:16 +02:00
harveyyue
59c7a0acae DBZ-6970 Debezium jdbc sink process truncate event failure 2023-10-19 09:04:16 +02:00
Chris Cranford
19bc4acfc0 DBZ-6999 Fix multi-column add alter table statements 2023-10-09 05:17:01 -04:00
mfvitale
0dd6a7684e DBZ-6958 Revisit the support for Postgres special character in column name 2023-10-04 14:22:54 -04:00
harveyyue
ccc28f3653 DBZ-6990 Debezium jdbc sink should throw not supporting schema change topic exception 2023-10-04 14:42:41 +02:00
Bertrand Paquet
b26a98b27c DBZ-6967: Handle bytea target field with Postgres 2023-10-04 14:15:21 +02:00
Debezium Builder
7a340989b8 [release] New parent 2.5.0-SNAPSHOT for development 2023-10-03 14:29:34 +00:00
Debezium Builder
984b64336c [maven-release-plugin] prepare for next development iteration 2023-10-03 14:28:13 +00:00
Debezium Builder
8ceb26d495 [maven-release-plugin] prepare release v2.4.0.Final 2023-10-03 14:28:13 +00:00
Debezium Builder
13728f288f [release] Stable parent 2.4.0.Final for release 2023-10-03 14:27:50 +00:00
Debezium Builder
91020e4cbc [release] New parent 2.4.0-SNAPSHOT for development 2023-09-22 09:11:41 +00:00
Debezium Builder
33010ca024 [maven-release-plugin] prepare for next development iteration 2023-09-22 09:10:06 +00:00
Debezium Builder
21ff19386c [maven-release-plugin] prepare release v2.4.0.CR1 2023-09-22 09:10:06 +00:00
Debezium Builder
654689c7f9 [release] Stable parent 2.4.0.CR1 for release 2023-09-22 09:09:30 +00:00
Debezium Builder
4d9699001f [release] New parent 2.4.0-SNAPSHOT for development 2023-09-13 09:52:24 +00:00
Debezium Builder
6168683d38 [maven-release-plugin] prepare for next development iteration 2023-09-13 09:51:01 +00:00
Debezium Builder
756d85a596 [maven-release-plugin] prepare release v2.4.0.Beta2 2023-09-13 09:51:01 +00:00
Debezium Builder
5d5ec5a764 [release] Stable parent 2.4.0.Beta2 for release 2023-09-13 09:50:37 +00:00
Chris Cranford
dec0014f0b DBZ-6862 Change log level 2023-09-05 10:00:42 -04:00
mfvitale
ac2be17f80 DBZ-6862 Align test with new basic schema fields 2023-09-05 10:00:42 -04:00
mfvitale
fb08766181 DBZ-6862 Skip tombstone record 2023-09-05 10:00:42 -04:00
mfvitale
8ddd1e23d6 DBZ-6862 Consider the case when delete.handling.mode of New Record State Extraction is set to none. Delete record ack as a tombstone. 2023-09-05 10:00:42 -04:00
mfvitale
875f4be6a6 DBZ-6862 Skip tombstone events 2023-09-05 10:00:42 -04:00
dependabot[bot]
3f5a42864f [ci] Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 10:12:30 +02:00
harveyyue
a5950f5aac DBZ-6831 Error with propagation source column name 2023-08-31 13:27:00 -04:00
Chris Cranford
e7a1d96ce7 DBZ-6857 Do not end Oracle inserts with semicolons
The Oracle does not like when INSERT statements are terminated with a semicolon
as it causes ORA-00933 errors that the SQL command is not properly ended. This
regression was introduced in the SQL Server identity inserts feature and this
change adjusts that behavior to avoid the extra semicolon for non-MSSQL.
2023-08-31 13:08:25 -04:00
Debezium Builder
a0dff67250 [release] New parent 2.4.0-SNAPSHOT for development 2023-08-29 11:50:12 +00:00
Debezium Builder
59e66d7041 [maven-release-plugin] prepare for next development iteration 2023-08-29 11:48:44 +00:00
Debezium Builder
d3d8296306 [maven-release-plugin] prepare release v2.4.0.Beta1 2023-08-29 11:48:44 +00:00
Debezium Builder
faa080dee9 [release] Stable parent 2.4.0.Beta1 for release 2023-08-29 11:48:24 +00:00
mfvitale
7cc1185937 DBZ-6682 Correctly manage the 'quote.identifiers' property.
Signed-off-by: mfvitale <mvitale@redhat.com>
2023-08-22 11:22:01 -04:00
Chris Cranford
2973885c9b DBZ-6801 Add integration test 2023-08-15 08:35:25 -04:00
Chris Cranford
1e199b6a58 DBZ-6801 Fix formatting 2023-08-15 08:35:25 -04:00
M. Gökhan Akgül
d89e509f74 DBZ-6801
Refactor on configuration structure used boolean config instead of table names.

Refactoring due to performance aspect, added new property in TableDescriptor and assigned during constructor.
2023-08-15 08:35:25 -04:00
M. Gökhan Akgül
64dea22276 DBZ-6801
added new Configuration as SQLSERVER_IDENTITY_TABLE_NAMES
added new method wrapWithIdentityInsert for SqlServerDatabaseDialect if the configured identity tables name exist in the list
2023-08-15 08:35:25 -04:00
Debezium Builder
9edfd05b9e [release] New parent 2.4.0-SNAPSHOT for development 2023-08-09 10:43:15 +00:00
Debezium Builder
0aa22dfb04 [maven-release-plugin] prepare for next development iteration 2023-08-09 10:41:46 +00:00
Debezium Builder
853da453ef [maven-release-plugin] prepare release v2.4.0.Alpha2 2023-08-09 10:41:46 +00:00
Debezium Builder
c908c1cbd9 [release] Stable parent 2.4.0.Alpha2 for release 2023-08-09 10:41:23 +00:00
harveyyue
e2f1cdbf22 DBZ-6684 Rename back fields with avro_unicode 2023-08-08 10:24:38 +02:00
j2gg0s
86ce87898c DBZ-6753 Fix mispelling with non-default value type longblob 2023-08-03 08:10:27 -04:00
Chris Cranford
9bd422d198 DBZ-6637 Fix case concern with Db2 2023-07-26 16:16:20 -04:00
Chris Cranford
4cd5c9797e DBZ-6637 Fix case concern with Kafka primary key mode 2023-07-26 16:16:20 -04:00
Chris Cranford
b24f250bc9 DBZ-6637 Fix column name case concern with Oracle/PostgreSQL 2023-07-26 16:16:20 -04:00
mfvitale
215ccf70ac DBZ-6637 use the right column name when checking for columnQueryBindingFromField 2023-07-26 16:16:20 -04:00
mfvitale
74948cfaf0 DBZ-6637 Change property database.postgres.postgis.schema to dialect.postgres.postgis.schema 2023-07-26 16:16:20 -04:00
mfvitale
4a7e83709c DBZ-6637 Support Geo types without srid 2023-07-26 16:16:20 -04:00
mfvitale
04105c08f8 DBZ-6637 Support Geography type for PostgreSQL 2023-07-26 16:16:20 -04:00