dump of a single table in sqlite3 library · Issue #91602 · python/cpython (original) (raw)
Feature or enhancement
I would like to dump only one table but by the looks of it, there is no parameter for this.
see https://stackoverflow.com/questions/6677540/how-do-i-dump-a-single-sqlite3-table-in-python
Pitch
Copying tables is much easier when a dump per table is available.
Previous discussion
https://stackoverflow.com/a/6677833/1497139 already suggested a code change in stackoverflow in 2011. I think it just never made it as a feature request here.