logstash-plugins/logstash-integration-jdbc

lowercase_column_names not available in jdbc streaming. Lower case is alway enforced on streaming filter

mdegrugilliers opened this issue · 1 comments

jdbc streaming does not behave as jdbc input because lowercase_column_names is missing.
So the fields on the json array populated from jdbc streaming are all lowercase whereas the fields populated from the statement on jdbc input can be camelCase (lowercase_column_names => false)
How not to have the lower case on jdbc streaming filter ?

Good afternoon, any solution about this problem ?