Bug 12215 - Add 'sql dump' as report output option
Summary: Add 'sql dump' as report output option
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Galen Charlton
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-08 13:35 UTC by Barton Chittenden
Modified: 2020-01-05 14:05 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barton Chittenden 2014-05-08 13:35:52 UTC
When running a report, it would be nice if the results could be in the form of a '.sql' file containing 'CREATE TABLE' and 'INSERT INTO' statements, similar to the output of sqldump. The resulting file could then be run by sqlite or mysql, thereby creating a table that could be useful for trouble-shooting purposes.