Closed bmax closed 4 years ago
Credit to @phillycheeze
Rebase of https://github.com/logstash-plugins/logstash-input-jdbc/pull/200
According to documentation (https://jdbc.postgresql.org/documentation/head/query.html) we need autocommit disabled. Work around is to create transaction and rollback always.
Will fix tests and get back to y'all.
Credit to @phillycheeze
Rebase of https://github.com/logstash-plugins/logstash-input-jdbc/pull/200
According to documentation (https://jdbc.postgresql.org/documentation/head/query.html) we need autocommit disabled. Work around is to create transaction and rollback always.
Will fix tests and get back to y'all.