Closed hannes closed 7 years ago
@Mytherin maybe also interesting for you to add prepared statement support to python version
To start the mvc_export_prepare function must be changed: https://github.com/hannesmuehleisen/MonetDBLite/blob/Jul2017Lite-Java/src/sql/backends/monet5/sql_result.c#L980
Sure, right now the Python equivalent of prepared statements are implemented on the Python level using string replacements. They could be changed to use MonetDB's prepared statements instead.
@PedroTadim if you look at the master branch you will see that mvc_export_prepare has been rewritten.
at least manually
CC @PedroTadim