mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Refs #14091 -- Fixed connection.queries on SQLite.
This commit is contained in:
parent
fc8a6a9b00
commit
4f6a7663bc
6 changed files with 60 additions and 51 deletions
|
@ -23,8 +23,6 @@ the following::
|
|||
|
||||
``connection.queries`` includes all SQL statements -- INSERTs, UPDATES,
|
||||
SELECTs, etc. Each time your app hits the database, the query will be recorded.
|
||||
Note that the SQL recorded here may be :ref:`incorrectly quoted under SQLite
|
||||
<sqlite-connection-queries>`.
|
||||
|
||||
If you are using :doc:`multiple databases</topics/db/multi-db>`, you can use the
|
||||
same interface on each member of the ``connections`` dictionary::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue