8
0

Updating link to change in openSUSE:Factory/perl-DBD-mysql revision 19.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=254a97656c3c0b94dc8d76123639aac5
This commit is contained in:
OBS User buildservice-autocommit
2010-07-19 18:44:42 +00:00
committed by Git OBS Bridge
parent 2bc0193d5c
commit 12ab9f2330
4 changed files with 45 additions and 35 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 16 13:31:55 UTC 2010 - chris@computersalat.de
- update to 4.016
* Disabled mysql_bind_type_guessing due to one performance issue
querying on a indexed character column unquoted will mean the index
is not used
* Fixed int types that should be bools
- 2010-07-09 Patrick Galbraith <patg@patg.net> (4.015)
* BUG #56664 fixed t/40blobs.t skip_all logic (W. Phillip Moore)
* BUG #57253 Fixed iteration past end of string (crash). (Chris Butler)
* Added a new parameter for old behavior- mysql_bind_comment_placeholders which
will make it possible to have placeholders bound for those who really
want that behavior.
* Fixed bind_type_guessing - always on now
- recreated by cpanspec 1.78
-------------------------------------------------------------------
Fri Apr 16 20:48:04 UTC 2010 - chris@computersalat.de