You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.sql.SQLException: Invalid Input Error: Unsupported parameter type
at org.duckdb.DuckDBNative.duckdb_jdbc_execute(Native Method)
at org.duckdb.DuckDBPreparedStatement.execute(DuckDBPreparedStatement.java:148)
at org.duckdb.DuckDBPreparedStatement.execute(DuckDBPreparedStatement.java:127)
I also tried PreparedStatement#setArray(int, Array) but this gets an SQLFeatureNotSupportedException
DuckDB Version:
1.2.0
The text was updated successfully, but these errors were encountered:
Given I have a multi dimensional array in java I would like to be able to insert this array into a column
Minimum replication code:
result:
I also tried
PreparedStatement#setArray(int, Array)
but this gets anSQLFeatureNotSupportedException
DuckDB Version:
1.2.0
The text was updated successfully, but these errors were encountered: