Changelog for
perl-DBI-debugsource-1.607-1.3.i586.rpm :
Fri Jul 25 14:00:00 2008 anickaAATTsuse.cz
- update to 1.607
* NOTE: Perl 5.8.1 is now the minimum supported version.
* Fixed missing import of carp in DBI::Gofer::Execute.
* Added note to docs about effect of execute(AATTempty_array).
* Clarified docs for ReadOnly thanks to Martin Evans.
Fri Jun 27 14:00:00 2008 anickaAATTsuse.cz
- update to 1.605
* Fixed broken DBIS macro with threads on big-endian machines
with 64bit ints but 32bit pointers.
* Fixed the selectall_arrayref, selectrow_arrayref, and
selectrow_array methods that get embedded into compiled drivers
to use the inner sth handle when passed a $sth instead of an
sql string. Drivers will need to be recompiled to pick up
this change.
* Fixed leak in neat() for some kinds of values
* Fixed DBI::PurePerl neat() to behave more like XS neat().
* Increased default $DBI::neat_maxlen from 400 to 1000.
* Increased timeout on tests to accomodate very slow systems.
* other minor improvements and fixes
- remove -dbis patch (fixed in upstream)
Wed Mar 26 13:00:00 2008 anickaAATTsuse.cz
- update to 1.604
* Fixed fetchall_arrayref with $max_rows argument broken
in 1.603
Mon Mar 24 13:00:00 2008 anickaAATTsuse.cz
- update to 1.603
* Fixed pure-perl fetchall_arrayref with $max_rows argument
to not error when fetching after all rows already fetched.
* Fixed C sprintf formats and casts, fixing compiler warnings.
* Changed dbi_profile() to accept a hash of profiles
and apply to all.
* Changed gofer stream transport to improve error reporting.
* Changed gofer test timeout to avoid spurious failures
on slow systems.
* Added options to t/85gofer.t so it\'s more useful for
manual testing.
Thu Feb 21 13:00:00 2008 anickaAATTsuse.cz
- update to 1.602
* bugfixes
* test and documentation enhancements
Thu Nov 1 13:00:00 2007 anickaAATTsuse.cz
- update to 1.601
* Fixed t/05thrclone.t to work with Test::More >= 0.71
* Fixed DBI for VMS thanks to Peter (Stig) Edwards.
* Added client-side caching to DBD::Gofer.
* Added DBI::Util::CacheMemory for use with DBD::Gofer caching.
Mon Oct 8 14:00:00 2007 anickaAATTsuse.cz
- update to 1.59
* Added check_response_sub to DBI::Gofer::Execute
* bugfixes. test fixes
Tue Jul 3 14:00:00 2007 anickaAATTsuse.cz
- update to 1.58
* Fixed code triggering fatal error in bleadperl
* Fixed compiler warning
* values than before
*if
* your perl was built with 64-bit
\'int\' type (i.e. \"perl -V:intsize\" says intsize=\'8\').
* Fixed XS versions of select
*_
*() methods to call execute()
fetch() etc., with inner handle instead of outer.
* Fixed execute_for_fetch() to not cache errstr values
* Fixed unused var compiler warning thanks to JDHEDDEN.
* Changed DBI::hash to return \'I32\' type instead of \'int\' so results
are portable/consistent regardless of size of the int type.
* test fixes, added documenttion
Mon Jun 11 14:00:00 2007 anickaAATTsuse.cz
- update to 1.56
* bugfixes, documentation fixes, test fixes
* Added DBI_GOFER_RANDOM env var that can be use to trigger random
failures and delays when executing gofer requests.
* Added more functionality to the (undocumented) Callback mechanism.
* Added $h->{ReadOnly} attribute.
* Added support for DBI Profile Path to contain refs to scalars
which will be de-ref\'d for each profile sample.
* Added dbilogstrip utility to edit DBI logs for diff\'ing (gets installed)
* Added details for SQLite 3.3 to NULL handling docs thanks to Alex Teslik.
* Added take_imp_data() to DBI::PurePerl.
* many gofer related changes
Mon Feb 26 13:00:00 2007 anickaAATTsuse.cz
- update to 1.54
* Added new DBD::Gofer \'stateless proxy\' driver and framework,
* and the DBI test suite is now also executed via DBD::Gofer,
* and DBD::Gofer+DBI::PurePerl, in addition to DBI::PurePerl.
* Added ability for trace() to support filehandle argument,
* including tracing into a string, thanks to Dean Arnold.
* Added ability for drivers to implement func() method
* so proxy drivers can proxy the func method itself.
* Added SQL_BIGINT type code
* Added $h->private_attribute_info method.
Wed Dec 13 13:00:00 2006 anickaAATTsuse.cz
- update to 1.53
* Fixed checks for weaken to work with early 5.8.x versions
* Fixed DBD::Proxy handling of some methods, including commit
and rollback.
* Fixed to be more robust against drivers not handling multiple
result sets properly.
* Test fixes.
* Added array context support to execute_array and
execute_for_fetch methods which returns executed tuples
and rows affected.
* Added Tie::Cache::LRU example to docs
Wed Sep 13 14:00:00 2006 anickaAATTsuse.cz
- update to 1.52
* fixed several memory leaks
* changes and additions to profiling
Wed Jul 12 14:00:00 2006 anickaAATTsuse.cz
- update to 1.51
* many bugfixes, see upstream changelog