diff options
| author | Ryan Cheley <rcheley@gmail.com> | 2022-10-30 10:44:33 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-08 12:26:39 +0100 |
| commit | 8e6ea1d153a852b83eaa4807301b143df1647a44 (patch) | |
| tree | a9c9fbe24c3da01fbd0247f67ffdb36491cafea3 /docs/ref/databases.txt | |
| parent | 7b94847e384b1a8c05a7d4c8778958c0290bdf9a (diff) | |
Fixed #10070 -- Added support for pyformat style parameters on SQLite.
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index e718232079..19d1acc776 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -819,14 +819,6 @@ If you're getting this error, you can solve it by: SQLite does not support the ``SELECT ... FOR UPDATE`` syntax. Calling it will have no effect. -"pyformat" parameter style in raw queries not supported -------------------------------------------------------- - -For most backends, raw queries (``Manager.raw()`` or ``cursor.execute()``) -can use the "pyformat" parameter style, where placeholders in the query -are given as ``'%(name)s'`` and the parameters are passed as a dictionary -rather than a list. SQLite does not support this. - .. _sqlite-isolation: Isolation when using ``QuerySet.iterator()`` |
