Antoine Jouanjean

Results 4 comments of Antoine Jouanjean

On v0.5.0, even `SELECT * FROM pragma_table_info(?)` is not working, though the error message has changed: `con.execute("SELECT * FROM pragma_table_info(?)", 'test').fetchdf()` ```python Traceback (most recent call last): File "c:\Users\...\test_pragma_duckdb.py", line...

OK thanks for the clarification. That leaves the issue only for PRAGMA with prepared statement parameter. But there is a workaround for this specific case (table_info).

Is there a way to know to which version of MonetDB the MonetDBlite is linked to?