tet123/debezium-core
Vojtech Juranek f00f2a8735 DBZ-5917 Fix querying column metadata for tables with back slash in the name
If the table contains back slash, which is ANSI SQL escape chracter,
in its name, querying column metadata would fail in some cases (*)
which would result into NPE. Fix table name before the query and
escape escape character if the table name contains it.

Default backslash works for all currently supported databases as it's
ANSI SQL standard,

(*) everything works when we collect column metadata for all tables,
i.e. when there are no excluded tables
2023-01-20 00:01:11 +01:00
..
src DBZ-5917 Fix querying column metadata for tables with back slash in the name 2023-01-20 00:01:11 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2023-01-19 11:32:10 +00:00