public class LogMinerDmlParserTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser |
fastDmlParser |
| Constructor and Description |
|---|
LogMinerDmlParserTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach() |
void |
shouldParsingRedoSqlWithParenthesisInFunctionArgumentStrings() |
void |
testNameWithWhitespaces() |
void |
testParsingDelete() |
void |
testParsingDeleteWithNoWhereClauseIsAcceptable() |
void |
testParsingDoubleSingleQuoteInWhereClause() |
void |
testParsingInsert() |
void |
testParsingUpdate() |
void |
testParsingUpdateWithNoWhereClauseFunctionAsLastColumn() |
void |
testParsingUpdateWithNoWhereClauseIsAcceptable() |
private io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser fastDmlParser
@FixFor(value="DBZ-3078") public void testParsingInsert() throws Exception
Exception@FixFor(value="DBZ-3078") public void testParsingUpdate() throws Exception
Exception@FixFor(value="DBZ-3078") public void testParsingDelete() throws Exception
Exception@FixFor(value="DBZ-3235") public void testParsingUpdateWithNoWhereClauseIsAcceptable() throws Exception
Exception@FixFor(value="DBZ-3235") public void testParsingDeleteWithNoWhereClauseIsAcceptable() throws Exception
Exception@FixFor(value="DBZ-3258") public void testNameWithWhitespaces() throws Exception
Exception@FixFor(value="DBZ-3305") public void testParsingUpdateWithNoWhereClauseFunctionAsLastColumn() throws Exception
Exception@FixFor(value="DBZ-3367") public void shouldParsingRedoSqlWithParenthesisInFunctionArgumentStrings() throws Exception
ExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.