django/docs/topics/db
Claude Paroz 76aecfbc4b Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors
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.
2013-03-23 17:11:10 +01:00
..
examples Removed unnecessary imports. 2013-03-03 16:07:38 +01:00
aggregation.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
index.txt
managers.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
models.txt
multi-db.txt
optimization.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
queries.txt Added missing markup to docs. 2013-03-22 13:50:07 -04:00
sql.txt Fixed #9055 -- Standardized behaviour of parameter escaping in db cursors 2013-03-23 17:11:10 +01:00
tablespaces.txt
transactions.txt