2011-05-11 14:51:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 11 14:46:15 UTC 2011 - dbahi@novell.com
|
|
|
|
|
|
|
|
- release 1.24
|
|
|
|
- Bugfixes in logging. Avoid DBI swallowing up the param wrongly named,
|
|
|
|
and avoid warnings if any params are undef.
|
|
|
|
|
2011-04-19 14:02:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 15 12:00:00 UTC 2011 - davidp@preshweb.co.uk
|
|
|
|
|
|
|
|
- release 1.23
|
|
|
|
- Only log queries generated by quick_*() helpers in D::P::D::Handle if
|
|
|
|
the log_queries setting was enabled in the configuration. This avoids
|
|
|
|
the potential for the user to be unwittingly logging sensitive
|
|
|
|
information, and would provide a (tiny) performance boost too.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 11 12:00:00 UTC 2011 - davidp@preshweb.co.uk
|
|
|
|
|
|
|
|
- release 1.22
|
|
|
|
- Bugfix: don't needlessly use to_json() in tests, as Dancer doesn't
|
|
|
|
depend on JSON.pm, so tests will fail if it's not available.
|
|
|
|
Reported in RT #66204 by Johnathan (JAWNSY) - thanks!
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 6 12:00:00 UTC 2011 - davidp@preshweb.co.uk
|
|
|
|
|
|
|
|
- release 1.21
|
|
|
|
- Bugfix: return undef if connection fails, rather than attempting to
|
|
|
|
re-bless and blowing up. Fixes GH-7, thanks to Nick Hibma
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 23 12:00:00 UTC 2011 - davidp@preshweb.co.uk
|
|
|
|
|
|
|
|
- release 1.20
|
|
|
|
- New feature - automatically enable UTF-8 support if the app's charset
|
|
|
|
setting is set to 'UTF-8' and we know how to enable UTF-8 support for
|
|
|
|
the database driver in use. This can be disabled with the new
|
|
|
|
auto_utf8 setting in the plugin's config.
|
|
|
|
- Bugfix - create test DB in memory, not a file named ":memory" by
|
|
|
|
accident. This should fix test failures on Windows, e.g.:
|
|
|
|
http://www.cpantesters.org/cpan/report/d5987aa6-6d07-1014-91a2-7f5be4275be9
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 18 12:00:00 UTC 2011 - davidp@preshweb.co.uk
|
|
|
|
|
|
|
|
- release 1.11
|
|
|
|
- Fix bug RT #65825 - quick_select didn't actually use the where clause
|
|
|
|
correctly.
|
|
|
|
- Extended test suite.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 11 12:00:00 UTC 2011 - davidp@preshweb.co.uk
|
|
|
|
|
|
|
|
- release 1.10
|
|
|
|
- New feature quick_select
|
|
|
|
- Fix bug RT #65651, quick_insert generating SQL which MySQL/Postgres
|
|
|
|
didn't accept due to use of quote() rather than quote_identifier(),
|
|
|
|
thanks to Christian Sánchez and Michael Stiller
|
|
|
|
- Fix GH #5 - named connections not working properly - thanks to
|
|
|
|
"crayon"
|
|
|
|
|
2011-01-19 18:44:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 19 18:43:08 UTC 2011 - dbahi@novell.com
|
|
|
|
|
|
|
|
- update to 1.00 release
|
|
|
|
|
2010-12-07 15:29:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 7 15:12:11 UTC 2010 - dbahi@novell.com
|
|
|
|
|
|
|
|
- update to 0.12
|
|
|
|
- add BuildRequires for broader test coverage
|
|
|
|
|
2010-12-01 13:41:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:31:27 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-09-22 21:44:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 20 21:58:52 UTC 2010 - dbahi@novell.com
|
|
|
|
|
|
|
|
- initial package 0.08
|
|
|
|
* created by cpanspec 1.78
|
|
|
|
|