This commit is contained in:
parent
c902d1c297
commit
25aa9bff38
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e7f1d22e545725f25ddea180d9386399e29dc1fedba39971c8dbe9518fa7f87
|
||||
size 102456
|
3
DBD-mysql-4.012.tar.bz2
Normal file
3
DBD-mysql-4.012.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f29e69e3aaca3d36e5499428a577a452de3c7c60a37cff9b218b4e56e71ee702
|
||||
size 105362
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 16:12:06 CEST 2009 - anicka@suse.cz
|
||||
|
||||
- update to 4.012
|
||||
* Patch to bind_type_guessing from Craigslist,
|
||||
Thanks to Chris! Happiness is no quoted numbers.
|
||||
Fixed ChopBlanks to work with bind_type_guessing
|
||||
* Patch for win32 strawberry build
|
||||
Thanks to Curtis Jewell! Windows needs love
|
||||
* Patch for auto-reconnect to set active flag
|
||||
Thanks to Doug Fischer!
|
||||
* Fixed bug 32464 http://bugs.mysql.com/bug.php?id=32464.
|
||||
See https://rt.cpan.org/Ticket/Display.html?id=46308
|
||||
Add connection flag mysql_no_autocommit_cmd which users of
|
||||
MySQL Proxy can use to prevent 'set autocommit=#' from being
|
||||
issued by the driver. 'perldoc DBD::mysql' to see how to use
|
||||
this new flag
|
||||
* Added bind-type-guessing options to Makefile.PL so the entire
|
||||
test suite can be run with bind_type_guessing set.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 11:31:47 CEST 2009 - anicka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-DBD-mysql (Version 4.011)
|
||||
# spec file for package perl-DBD-mysql (Version 4.012)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,14 +21,14 @@
|
||||
Name: perl-DBD-mysql
|
||||
BuildRequires: mysql-devel perl-DBI perl-Data-ShowTable
|
||||
Url: http://cpan.org/modules/by-module/DBD/
|
||||
License: Artistic License
|
||||
License: Artistic License ..
|
||||
Group: Development/Libraries/Perl
|
||||
Obsoletes: mysqperl perl-Msql-Mysql-modules
|
||||
Provides: mysqperl perl-Msql-Mysql-modules
|
||||
Requires: perl-DBI perl-Data-ShowTable
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Version: 4.011
|
||||
Version: 4.012
|
||||
Release: 1
|
||||
Summary: Interface to the MySQL database
|
||||
Group: Development/Libraries/Perl
|
||||
@ -75,137 +75,3 @@ chmod a-x $RPM_BUILD_ROOT/%{perl_vendorarch}/DBD/mysql/INSTALL.pod
|
||||
/var/adm/perl-modules/perl-DBD-mysql
|
||||
|
||||
%changelog
|
||||
* Tue Apr 14 2009 anicka@suse.cz
|
||||
- update to 4.011
|
||||
* Renamed unsafe_bind_type_guessing, fixed some of the logic.
|
||||
* Fix issue of binding sever side integer parameters (server-side
|
||||
prepare statements) resulting in corrupt data
|
||||
* Updated documentation, cruft cleanup (as always)
|
||||
* Tue Jan 20 2009 anicka@suse.cz
|
||||
- update to 4.010
|
||||
* Fix to dbd_bind_ph() for uninitialized value 'buffer_length'
|
||||
* Fix to re-enable TAKE_IMP_DATA_VERSION. Still have to ensure DBI
|
||||
version 1.607 or higher
|
||||
* Fix to escaped single quotes throwing off bind param detection.
|
||||
* Wed Sep 10 2008 anicka@suse.cz
|
||||
- update to 4.008
|
||||
* Multi statement patch
|
||||
* Disabled TAKE_IMP_DATA_VERSION because segfault with DBI < 1.607
|
||||
* #29528: bind_param(..., SQL_FLOAT) ignores exponents - fixed
|
||||
* Cleanups to make mysqlEmb work under Cygwin
|
||||
* Modified and disabled tests for MySQL version < 4.1
|
||||
for unsupported features
|
||||
* Thu Jun 19 2008 anicka@suse.cz
|
||||
- update to 4.007
|
||||
* Took out mysql_server_init call where not needed
|
||||
* Complete re-write of test suit to use Test::More -
|
||||
tons of cleanups!
|
||||
* Makefile.PL changes to use current user in 'make test' if
|
||||
not defined
|
||||
* Fri Jan 04 2008 anicka@suse.cz
|
||||
- update to 4.006
|
||||
* Cleanups on OS X compile
|
||||
* Fixes to syntax errors on AIX
|
||||
* Removed test code that was leaving trace files around
|
||||
* Mon Jun 11 2007 anicka@suse.cz
|
||||
- update to 4.005
|
||||
* Replaced all references to dbis to use imp_xxh
|
||||
per DBI best practices
|
||||
* Fix to dbd_st_destroy
|
||||
* Removed all 'FindNewTable' calls in all tests.
|
||||
* Better 'skip test' logic in some tests that were still
|
||||
running when they shouldn't have been.
|
||||
- fix permissions of various files
|
||||
* Fri Mar 30 2007 anicka@suse.cz
|
||||
- update to 4.004
|
||||
* Work around a bug in old 3.23 servers by specifying NOT NULL
|
||||
for fields used as a primary key in tests.
|
||||
* Add support for mysql_warning_count statement handle attribute.
|
||||
* Add support for mysql_multi_statements connection option.
|
||||
* UTF8-Flag not set with flag mysql_enable_utf8 and column
|
||||
collation utf8_bin patch,
|
||||
* Fixed do_error definition
|
||||
* Conversion of test suite to Test::More
|
||||
* Fix inclusion of non-primary keys in primary_key_info.
|
||||
* Fri Mar 02 2007 anicka@suse.cz
|
||||
- update to 4.002
|
||||
* Rewrote table_info method to support all arguments
|
||||
* Add mysql_is_auto_increment to results of column_info().
|
||||
* Add implementation of foreign_key_info()
|
||||
* bugfixes
|
||||
* Tue Jan 09 2007 anicka@suse.cz
|
||||
- update to 4.001
|
||||
* Fix handling of unsigned integer values in result sets when
|
||||
using server-side prepared statements.
|
||||
* Do not tell Perl that the contents of binary fields are UTF-8.
|
||||
* Fix double-free of bound parameters when freeing statements.
|
||||
* Make sure to handle "magical" values in a couple of places.
|
||||
* Update the hints about what to do when zlib is found missing
|
||||
while linking.
|
||||
* Explicitly initialize the MySQL client library to avoid
|
||||
possible race conditions in a multithreaded application.
|
||||
* Fix warning when no connection attributes are passed
|
||||
to the connect method.
|
||||
* Removed redundant warnings when commit or rollback
|
||||
is called while AutoCommit is enabled.
|
||||
* Report correct type for decimal columns from MySQL 5.0 and later
|
||||
* Fix t/40bindparam.t to work when ANSI_QUOTES SQL_MODE is set.
|
||||
* Return a statement handle with an error when column_info is
|
||||
called on a table that does not exist.
|
||||
* Fix handling of table names with characters that did not
|
||||
match /\w/ in the column_info method.
|
||||
* Fix handling of negative integers bound to a column marked
|
||||
as SQL_INTEGER.
|
||||
* Add support for the primary_key_info method.
|
||||
* Fixed Bundle::DBD::mysql to only include modules required
|
||||
for using DBD::mysql, not the old Mysql package.
|
||||
* Updated Makefile.PL to not include files in .svn directories
|
||||
* Fixed various compile warnings in mysql.xs (ISO C)
|
||||
* Cleaned up stored procedure examples, made strict
|
||||
* Fixed bug that blew away subsequent result sets if you
|
||||
fetched all rows, only in result sets that had more
|
||||
than one row.
|
||||
* Added test for bug #14979
|
||||
http://rt.cpan.org/Ticket/Display.html?id=14979
|
||||
* Tested with ALL mysql versions, fixed 40types, 40bind_param
|
||||
tests to work with 4.0, 4.1
|
||||
* Fixed dbdimp.c to not test for MYSQL_DATA_TRUNCATED
|
||||
unless >= mysql 5.0
|
||||
* Tue Jan 02 2007 anicka@suse.cz
|
||||
- update to 4.00
|
||||
* fixed varying number of columns in multiple result sets
|
||||
* reworked patch for sqlstate
|
||||
* cleaned up much code that failed between versions
|
||||
* Tested this with 5.1, 5.0, 4.1, 4.0.
|
||||
* added fbind and bind alloc to dbd_st_describe. This was
|
||||
causing a crash when using with mod_perl
|
||||
* Thu Oct 19 2006 anicka@suse.cz
|
||||
- update to 3.0008
|
||||
* Added multiple fixes to dbd_st_prepare which fixed variable
|
||||
overwrite and unset increment counter. Also improved loop which
|
||||
checks statements for presence of "LIMIT" by using a pointer
|
||||
as opposed to char array increment variable.
|
||||
* Fixed declaration of "row" in mysql_st_internal_execute
|
||||
which caused compile errors on some platforms
|
||||
* Fixed casting of num_params to unsigned int in calls to NewZ
|
||||
in mysql.xs
|
||||
* Wed Sep 13 2006 anicka@suse.cz
|
||||
- update to 3.0007
|
||||
* bugfixes
|
||||
* Cleaned up tests to make sure test table is dropped
|
||||
at end of test.
|
||||
* Thu Jul 13 2006 anicka@suse.cz
|
||||
- update to 3.0006
|
||||
* many bugfixes
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Sep 28 2005 dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Fri Jul 29 2005 mjancar@suse.cz
|
||||
- update to 3.0002
|
||||
* Thu Aug 19 2004 mjancar@suse.cz
|
||||
- update to 2.9004
|
||||
* Wed Mar 31 2004 kukuk@suse.de
|
||||
- Replace perl-Msql-Mysql-modules
|
||||
* Mon Mar 08 2004 mjancar@suse.cz
|
||||
- new package to replace perl-Msql-Mysql-modules
|
||||
|
Loading…
Reference in New Issue
Block a user