erdemcer / kafka-connect-oracle

Kafka Source Connector For Oracle
Apache License 2.0
349 stars 167 forks source link

Issue #71 #73

Closed bmatticus closed 3 years ago

bmatticus commented 4 years ago

Updates to OracleSourceConnectorUtils Map() method to check for StringValue type from JSQLParser. If value is instance of that type it will allow override of value with unescaped version of the string. Added map.unescaped.string config option to allow toggling this off/on as desired by end users.

erdemcer commented 3 years ago

I have manually merged your implementation . Thank you.