This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2008年03月19日 17:26 by kippesp, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| sqlite_dump_addition.r61630.patch | kippesp, 2008年03月19日 17:26 | Dump implementation | ||
| Messages (5) | |||
|---|---|---|---|
| msg64074 - (view) | Author: Paul Kippes (kippesp) * (Python committer) | Date: 2008年03月19日 17:26 | |
Without the command line interface to sqlite3, there is no easy method of extracting a database into an SQL dump file. This creates a problem should a user want to create an in-memory database (which is useful for a performance boost) and then save the data for later use. It also would be useful should the sqlite3 command not be installed. The attached patch implements this feature as a method of the Connection class. |
|||
| msg64622 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2008年03月28日 08:32 | |
thanks! committed to trunk in r62000. |
|||
| msg64649 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2008年03月28日 20:12 | |
and r62012 which adds the dump.py files I forgot to svn add in r62000. |
|||
| msg64650 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2008年03月28日 20:18 | |
although closed, i'm assigning this to ghaering so that he knows it went in and can merge this back into pysqlite if its not already in there. |
|||
| msg64657 - (view) | Author: Paul Kippes (kippesp) * (Python committer) | Date: 2008年03月28日 23:26 | |
Thanks so much. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46678 |
| 2008年03月28日 23:26:37 | kippesp | set | messages: + msg64657 |
| 2008年03月28日 20:18:09 | gregory.p.smith | set | assignee: gregory.p.smith -> ghaering messages: + msg64650 nosy: + ghaering |
| 2008年03月28日 20:12:56 | gregory.p.smith | set | messages: + msg64649 |
| 2008年03月28日 08:32:44 | gregory.p.smith | set | status: open -> closed priority: normal resolution: accepted messages: + msg64622 |
| 2008年03月19日 18:34:17 | gregory.p.smith | set | assignee: gregory.p.smith nosy: + gregory.p.smith |
| 2008年03月19日 17:26:20 | kippesp | create | |