Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL statement parameter casting is wrong when IN (..) operator is used. #162

Open
az-joss opened this issue Apr 26, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@az-joss
Copy link

az-joss commented Apr 26, 2024

Logstash information:

  1. Logstash version: 7.17
  2. Logstash installation source: docker (logstash 7.17.18)
  3. How is Logstash being run: docker
  4. How was the Logstash: OOTB
  5. JDBC: mariadb-java-client-3.3.3.jar

Steps to reproduce:

  1. create a pipeline with jdbc_steaming filter
  2. have prepared statement with in (1,2,3 ..) operator in where clause.
  3. define parameter(s) via prepared_statement_bind_values

Extra (if relevant)

More description in the discuss portal: https://discuss.elastic.co/t/jdbc-streaming-filter-with-sql-in-condition/354429

@az-joss az-joss added the bug Something isn't working label Apr 26, 2024
@az-joss az-joss changed the title SQL statement parameter casting is wrong when IN (..) operator is used. SQL statement parameter casting is wrong when IN (..) operator is used. Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant