• Claude Paroz's avatar
    Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors · 76aecfbc
    Claude Paroz yazdı
    Previously, depending on the database backend or the cursor type,
    you'd need to double the percent signs in the query before passing
    it to cursor.execute. Now cursor.execute consistently need percent
    doubling whenever params argument is not None (placeholder substitution
    will happen).
    Thanks Thomas Güttler for the report and Walter Doekes for his work
    on the patch.
    76aecfbc
sql.txt 10.6 KB