-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Prepared Statement support (#349)
* Move code around so backtrace shows which class is being initialised. * Add prepared statements, preserve previous behavoiur. * DOH remnant @sql_last_value * Add prep statement code, tests, docs and bump version. * Update lib/logstash/plugin_mixins/jdbc/statement_handler.rb Co-Authored-By: Colin Surprenant <[email protected]> * Update lib/logstash/plugin_mixins/jdbc/value_tracking.rb Co-Authored-By: Rob Bavey <[email protected]> * updates per PR review, non count logging, stricter validation Fixes #166 Fixes #233
- Loading branch information
Guy Boertje
authored
Sep 9, 2019
1 parent
b1076ca
commit c7c91c4
Showing
9 changed files
with
389 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.