Class LogMinerDmlParserTest


  • public class LogMinerDmlParserTest
    extends Object
    Author:
    Chris Cranford
    • Field Detail

      • skipRule

        public org.junit.rules.TestRule skipRule
      • fastDmlParser

        private io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser fastDmlParser
    • Constructor Detail

      • LogMinerDmlParserTest

        public LogMinerDmlParserTest()
    • Method Detail

      • testParsingUpdateWithNoWhereClauseIsAcceptable

        @FixFor({"DBZ-3235","DBZ-4194"})
        public void testParsingUpdateWithNoWhereClauseIsAcceptable()
                                                            throws Exception
        Throws:
        Exception
      • testParsingDeleteWithNoWhereClauseIsAcceptable

        @FixFor("DBZ-3235")
        public void testParsingDeleteWithNoWhereClauseIsAcceptable()
                                                            throws Exception
        Throws:
        Exception
      • testParsingWithTableAliases

        @FixFor("DBZ-4194")
        public void testParsingWithTableAliases()
                                         throws Exception
        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

        @FixFor("DBZ-3413")
        public void testParsingDoubleSingleQuoteInWhereClause()
                                                       throws Exception
        Throws:
        Exception
      • shouldParseConcatenatedUnistrValues

        @FixFor("DBZ-3892")
        public void shouldParseConcatenatedUnistrValues()
                                                 throws Exception
        Throws:
        Exception
      • shouldReturnUnavailableColumnValueForLobColumnTypes

        public void shouldReturnUnavailableColumnValueForLobColumnTypes()
                                                                 throws Exception
        Throws:
        Exception