Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2009/02/12 10:56:03 25 25 dpavlin re-introduce $sth->rows > 0 check which PostgreSQL needs
to detect queries which doesn't return results
(like create temporary table)
2008/11/06 10:53:59 24 24 dpavlin more output when running without debug
2008/11/06 10:49:02 23 23 dpavlin support $db_encoding for Pg and mysql DBI drivers
2008/11/06 10:37:17 22 22 dpavlin use "set names '$db_encoding'" to for MySQL to get
correct character encoding in generated Excel
2008/11/03 23:19:40 21 21 dpavlin support multiple SQL queries in one file, for example
to use create temporary time to speedup reporting
2008/11/03 22:31:47 20 20 dpavlin strip \d+[-_] from beginning of SQL file before creating sheet name
2008/11/03 22:29:05 19 19 dpavlin use heuristics to guess date time fields if we don't
have correct type from database (as from MySQL, sigh!)
2008/11/03 22:26:57 18 18 dpavlin split require_config into own sub, so we now read global
and local config (within directory)
2008/11/03 22:24:11 17 17 dpavlin remove dependency on CGI
2008/11/03 21:53:30 16 16 dpavlin undef $db_encoding to disable decode of encoding
2008/11/03 21:39:44 15 15 dpavlin untaint config_path
2008/11/03 20:42:55 14 14 dpavlin added configuration example and improved pod a bit
2008/11/03 20:32:44 13 13 dpavlin implement sub-reports which are simply directories and SQL queries,
each generating single XLS file
2008/11/03 20:15:09 12 12 dpavlin suggest ScriptAlias to get nice URLs
2008/11/03 19:30:12 11 11 dpavlin implement 31 char limit for sheet name with warning
2008/11/03 19:19:39 10 10 dpavlin read config.pl file if it exists
2008/11/03 18:55:36 9 9 dpavlin added Makefile.PL to check dependencies
since we don't require building of anything
2008/11/03 18:51:49 8 8 dpavlin strip spaces around comments
2008/11/03 18:50:02 7 7 dpavlin fix warning
2008/11/03 18:44:42 6 6 dpavlin disconnect from database before next connect, support unknown types