We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122ee63 commit 49943d5Copy full SHA for 49943d5
1 file changed
docs/News.rst
@@ -10,6 +10,13 @@ News
10
SQLObject 3.2.0 (master)
11
========================
12
13
+Minor features
14
+--------------
15
+
16
+* Dropped table name from ``VACUUM`` command in SQLiteConnection:
17
+ SQLite doesn't vacuum a single table and SQLite 3.15 uses the supplied name
18
+ as the name of the attached database to vacuum.
19
20
Documentation
21
-------------
22
0 commit comments