tet123/debezium-connector-sqlserver
Vojtech Juranek 25eba9749d DBZ-5198 Add support for SQL server specific table delimiters
Add suppoprt for `TableId` delimiters and provide implementation for
SQL server. SQL server allows to use reserved words in table names or
names with spaces, but they have to wrapped by `[]` characters, e.g.
`[dbname].[table name]`.

Debezium can handle spaces e.g. in table include list, but fails when
parsing snapshot select, therefore the parsing with predicates is used
only for parsing spanshot select for now. If useful, it can be used
later on on other places as well.
2022-06-13 10:57:15 +02:00
..
src DBZ-5198 Add support for SQL server specific table delimiters 2022-06-13 10:57:15 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2022-06-09 11:49:26 +00:00