Bug 12215

Summary: Add 'sql dump' as report output option
Product: Koha Reporter: Barton Chittenden <bartonski>
Component: ReportsAssignee: Galen Charlton <gmcharlt>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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.