Revision history for Perl extension DBIx::QueryLog

0.15  Mon Oct 31 00:32:27 2011
    - Fix: compress with useqq was broken

0.14  Wed Oct 26 14:32:28 2011
    - Fixed typo

0.13  Wed Oct 26 14:21:24 2011
    - Added some options
    - Added $OUTPUT variable
    - Changed localtime format

0.12  Thu Sep 15 02:42:42 2011
    - Fix duplicate logging for selectall_arrayref() (DBD::mysql only) 

0.11  Sun Apr 24 20:59:46 2011
    - Supported SQL TYPE for bind_param

0.10  Thu Apr 21 01:16:10 2011
    - Supported bind_param

0.09  Thu Feb 24 23:56:36 2011
    - Fixed problem on DBD::mysql. limit after the placeholder was quoted. but should not be it. (yibe++)

0.08  Thu Dec 30 20:20:36 2010
    - Fixed pod syntax (no code change)

0.07  Fri Dec 17 01:56:36 2010
    - Fixed unimport DBI::db::do not working
    - Optimized

0.06  Sat Nov 27 13:21:11 2010
    - Fix accessors issue

0.05  Sat Nov 27 01:05:36 2010
    - Fix multi line query problem for mysql
    - Supported select(all|row)_array*

0.04  Sun Nov  7 18:17:11 2010
    - Fix broken links for document

0.03  Sun Nov  7 12:55:09 2010
    - added to Test::Requires test_requires

0.02  Sat Nov  6 02:08:15 2010
    - remove POSIX::strftime (for unsupported System)

0.01  Wed Nov  3 04:03:24 2010
    - original version