• Vincent Pelletier's avatar
    EP5Type.Utils: Update SQL escaping rules. · 39c4873a
    Vincent Pelletier authored
    Sadly, we still implement our own escaping, as places escaping strings do
    not know which connector will be used (proper escaping is
    connector-dependent, because database-dependent).
    Move this method in ZSQLCatalog to factorise code.
    39c4873a
Utils.py 1.81 KB