summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-09-13 09:30:35 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-09-17 23:01:33 +0200
commit4f6a7663bcddffb114f2647f9928cbf1fdd8e4b5 (patch)
tree648c2ae602182f4ae41095ddd40a8515cf5a1ced /docs/faq
parentfc8a6a9b002aef90ff68f3d95e560db1ea728c76 (diff)
Refs #14091 -- Fixed connection.queries on SQLite.
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/models.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/faq/models.txt b/docs/faq/models.txt
index efa9d34c9b..982b806c78 100644
--- a/docs/faq/models.txt
+++ b/docs/faq/models.txt
@@ -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::