Skip to content

Avoid statement params being used as query for batch insert#1

Open
joelittlejohn wants to merge 1 commit into
ibarrick:batch-insertfrom
joelittlejohn:patch-1
Open

Avoid statement params being used as query for batch insert#1
joelittlejohn wants to merge 1 commit into
ibarrick:batch-insertfrom
joelittlejohn:patch-1

Conversation

@joelittlejohn
Copy link
Copy Markdown

This fixes a problem that was causing the first parameter value to be used as the SQL query. jdbc/do-db-prepared expects to receive a vector, hence apply is not desirable here.

This fixes a problem that was causing the first parameter value to be used as the SQL query. jdbc/do-db-prepared expects to receive a vector, hence `apply` is not desirable here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant