release 1.23
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dancer-Plugin-Database?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
a1b8dfab7d
commit
4c0adefa50
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ee56015f39a4f2529048710916d76a0e1657234db98edfd8f19c2f874e32d73
|
||||
size 10832
|
3
Dancer-Plugin-Database-1.23.tar.bz2
Normal file
3
Dancer-Plugin-Database-1.23.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8bb2750ca425d27fc04905f5b21278ddff236a68089008a3e4c5ae6755b71491
|
||||
size 13600
|
@@ -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
|
||||
|
||||
|
@@ -20,7 +20,7 @@
|
||||
Name: perl-Dancer-Plugin-Database
|
||||
%define cpan_name Dancer-Plugin-Database
|
||||
Summary: Easy database connections for Dancer applications
|
||||
Version: 1.00
|
||||
Version: 1.23
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
|
Reference in New Issue
Block a user