Problem with parameter mapping of prepared statement #14907
Unanswered
javafanboy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am experiencing a strange effect with DuckDB and Java when passing in OFFSET and LIMIT as parameters in a prepared statement. My program (somewhat simplified) looks like this:
import java.sql.*;
What am I doing wrong here or are there some known quirks/problems with DuckDB (1.1.3) parameter mapping?
Beta Was this translation helpful? Give feedback.
All reactions