-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Closed
Copy link
Labels
3.13bugs and security fixesbugs and security fixesstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-sqlite3type-featureA feature request or enhancementA feature request or enhancement
Description
The iterdump docs promise the following:
Return an iterator to dump the database as SQL source code.
The current implementation has several drawbacks compared to the SQLite shell .dump command. We should try to align our implementation with the .dump command of the SQLite shell.
See also #64662
Linked PRs
Metadata
Metadata
Assignees
Labels
3.13bugs and security fixesbugs and security fixesstdlibPython modules in the Lib dirPython modules in the Lib dirtopic-sqlite3type-featureA feature request or enhancementA feature request or enhancement
Projects
Status
Done