Class LogMinerDmlParserTest
java.lang.Object
io.debezium.connector.oracle.logminer.LogMinerDmlParserTest
- Author:
- Chris Cranford
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate io.debezium.connector.oracle.logminer.parser.LogMinerColumnResolverDmlParserprivate io.debezium.connector.oracle.logminer.parser.LogMinerDmlParserorg.junit.rules.TestRule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
skipRule
public org.junit.rules.TestRule skipRule -
fastDmlParser
private io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser fastDmlParser -
columnResolverDmlParser
private io.debezium.connector.oracle.logminer.parser.LogMinerColumnResolverDmlParser columnResolverDmlParser
-
-
Constructor Details
-
LogMinerDmlParserTest
public LogMinerDmlParserTest()
-
-
Method Details
-
beforeEach
- Throws:
Exception
-
testParsingInsert
- Throws:
Exception
-
testParsingUpdate
- Throws:
Exception
-
testParsingDelete
- Throws:
Exception
-
testParsingUpdateWithNoWhereClauseIsAcceptable
@FixFor({"DBZ-3235","DBZ-4194"}) public void testParsingUpdateWithNoWhereClauseIsAcceptable() throws Exception- Throws:
Exception
-
testParsingDeleteWithNoWhereClauseIsAcceptable
- Throws:
Exception
-
testParsingWithTableAliases
- Throws:
Exception
-
testNameWithWhitespaces
- Throws:
Exception
-
testEscapedSingleQuote
- Throws:
Exception
-
testParsingUpdateWithNoWhereClauseFunctionAsLastColumn
@FixFor("DBZ-3305") public void testParsingUpdateWithNoWhereClauseFunctionAsLastColumn() throws Exception- Throws:
Exception
-
shouldParsingRedoSqlWithParenthesisInFunctionArgumentStrings
@FixFor("DBZ-3367") public void shouldParsingRedoSqlWithParenthesisInFunctionArgumentStrings() throws Exception- Throws:
Exception
-
testParsingDoubleSingleQuoteInWhereClause
- Throws:
Exception
-
shouldParseConcatenatedUnistrValues
- Throws:
Exception
-
shouldNotInterpretConcatenationSyntaxInSingleQuotedValuesAsConcatenation
@FixFor("DBZ-5521") public void shouldNotInterpretConcatenationSyntaxInSingleQuotedValuesAsConcatenation() throws Exception- Throws:
Exception
-
shouldParseInsertOnSchemaVersionMismatch
- Throws:
Exception
-
shouldParseUpdateOnSchemaVersionMismatch
- Throws:
Exception
-
shouldParseDeleteOnSchemaVersionMismatch
- Throws:
Exception
-