File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -1143,12 +1143,12 @@ Connection objects
11431143 Useful when saving an in-memory database for later restoration.
11441144 Similar to the ``.dump `` command in the :program: `sqlite3 ` shell.
11451145
1146- :param entrypoint :
1146+ :param filter :
11471147
11481148 An optional ``LIKE `` pattern for database objects to dump, e.g. ``prefix_% ``.
11491149 If ``None `` (the default), all database objects will be included.
11501150
1151- :type entrypoint : str | None
1151+ :type filter : str | None
11521152
11531153 Example:
11541154
Original file line number Diff line number Diff line change @@ -375,6 +375,10 @@ sqlite3
375375 object is not :meth: `closed <sqlite3.Connection.close> ` explicitly.
376376 (Contributed by Erlend E. Aasland in :gh: `105539 `.)
377377
378+ * Add *filter * keyword-only parameter to :meth: `sqlite3.Connection.iterdump `
379+ for filtering database objects to dump.
380+ (Contributed by Mariusz Felisiak in :gh: `91602 `.)
381+
378382subprocess
379383----------
380384
Original file line number Diff line number Diff line change 1- Added `` filter `` keyword-only parameter to
1+ Add * filter * keyword-only parameter to
22:meth: `sqlite3.Connection.iterdump ` for filtering database objects to dump.
33Patch by Mariusz Felisiak.
You can’t perform that action at this time.
0 commit comments