You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sink-connector-lightweight/src/main/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/MySqlDDLParserListenerImpl.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -587,7 +587,10 @@ public void enterAlterTable(MySqlParser.AlterTableContext alterTableContext) {
587
587
this.tableName = tree.getText();
588
588
// If the table name already include the database name dont include it in the query.
Copy file name to clipboardExpand all lines: sink-connector-lightweight/src/test/java/com/altinity/clickhouse/debezium/embedded/ddl/parser/MySqlDDLParserListenerImplTest.java
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -481,6 +481,19 @@ public void testRenameColumn() {
0 commit comments