Hi All,
i am currently using the html-export very often to document some issues and i am really missing the source code of the query in the report as it was in the earlier versions of HeidiSQl (or was it SQLFront).
So I would like to suggest having an button in the export-screen giving the user the oppurtunity to choose wether the query-code is included in the output or not.
Greetings
Axel
MYsql Code in (HTML) Export
Code modification/commit
9de0a2f
from ansgar.becker,
12 years ago,
revision 7.0.0.4180
Add "Include query" checkbox option onto grid export dialog. See http://www.heidisql.com/forum.php?t=10853
Code modification/commit
694a99f
from ansgar.becker,
12 years ago,
revision 7.0.0.4186
Tweak grid export dialog with some minor enhancements:
- Auto select ANSI encoding for Excel output, see http://en.wikipedia.org/wiki/Comma-separated_values#Application_support
- Auto modify file extension when selecting format
- Support "Include query" checkbox in XML format, see http://www.heidisql.com/forum.php?t=10853#p11082
- Imitate mysqldump's XML style, see http://dev.mysql.com/doc/refman/5.5/en/mysqldump.html#option_mysqldump_xml
r4186 now allows the "Include query" option for XML output. Also, I modified the XML style to imitate what mysqldump does, see http://dev.mysql.com/doc/refman/5.5/en/mysqldump.html#option_mysqldump_xml
Please login to leave a reply, or register at first.