kafka-connect-jdbc
kafka-connect-jdbc copied to clipboard
informix dialect is missing.
While connecting to the informix it is able to connect but query is not working, because there is no informix dialect. plz let me know if i'm doing something wrong.
Failed to run query for table TimestampIncrementingTableQuerier{table="db_xyz "." informix "." test", query='null', topicPrefix='abc-', incrementingColumn='testid', timestampColumns=[]}: {} (io.confluent.connect.jdbc.source.JdbcSourceTask) java.sql.SQLSyntaxErrorException: A syntax error has occurred.
Correct, there is no Informix dialect yet. If the general JDBC dialect does not work, then we'd need to add an Informix dialect that has the Informix-specific behaviors.
Is somebody have a solution for this issues? Please help.
Hi @dboyce , @rhauch,@stheppi, I have a fix for this please do let me know whether i need to contributor to add this feature.
@vigneshtvp could you share your jdbc with the modifications in some repository? I would greatly appreciate it. :)