Skip to content

Commit 6df4911

Browse files
committed
docs: replace SQLite with SQLite3
It is the DB driver name.
1 parent 4531b3b commit 6df4911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/query_builder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ Generates a batch **DELETE** statement based on a set of data.
12011201

12021202
This method may be especially useful when deleting data in a table with a composite primary key.
12031203

1204-
.. note:: SQLite does not support the use of ``where()``.
1204+
.. note:: SQLite3 does not support the use of ``where()``.
12051205

12061206
Delete from a Query
12071207
^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)