Skip to content

fix(cursor): use cnx.system_sql instead of cnx.cursor

François Ferry requested to merge topic/default/sql_system into branch/default

cnx.system_sql is a higher level function and its uses are easily logged. Furthermore, we don't need to manualy open and close all cursors.

Merge request reports