David Bahi
2011-04-19 14:02:46 +00:00
committed by Git OBS Bridge
parent a1b8dfab7d
commit 4c0adefa50
4 changed files with 59 additions and 4 deletions

View File

@@ -1,3 +1,58 @@
-------------------------------------------------------------------
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"
-------------------------------------------------------------------
Wed Jan 19 18:43:08 UTC 2011 - dbahi@novell.com