Changelog for
perl-DBD-ODBC-1.24-2.1.i386.rpm :
Sun Jul 25 14:00:00 2010 chrisAATTcomputersalat.de
- removed dos2unix usage
Thu Jun 3 14:00:00 2010 chrisAATTcomputersalat.de
update to 1.24
o please see Changes file
- recreated spec by cpanspec 1.78
- added examples to doc
Fri Feb 26 13:00:00 2010 anickaAATTsuse.cz
- update to 1.23
* bugfixes, test fixes
Sun Jan 10 13:00:00 2010 jengelhAATTmedozas.de
- enable parallel build
Mon Aug 3 14:00:00 2009 anickaAATTsuse.cz
- update to 1.22
* bugfixes
Mon May 18 14:00:00 2009 anickaAATTsuse.cz
- update to 1.21
* bugfixes, documentation fixes
Tue Apr 28 14:00:00 2009 anickaAATTsuse.cz
- update to 1.20
* bugfixes, test fixes
Mon Apr 6 14:00:00 2009 anickaAATTsuse.cz
- update to 1.19
* test fixes
Tue Jan 20 13:00:00 2009 anickaAATTsuse.cz
- update to 1.18
* bugfixes, test fixes
Mon Oct 6 14:00:00 2008 anickaAATTsuse.cz
- update to 1.17
* Changed default fallback parameter bind type to SQL_WVARCHAR for
unicode builds. This affects ODBC drivers which don\'t have
* About a 30% rewrite of bound parameter code which started with an
attempt to support the new VARBINARY(MAX) and VARCHAR(MAX)
columns in SQL Server when the parameter length is > 400K in size
* Rewrote ColAttributes code to understand string and numeric
attributes rather than trying to guess by what the driver returns.
* bugfixes, test fixes
Fri Jun 27 14:00:00 2008 anickaAATTsuse.cz
- update to 1.16
* More tracing in dbdimp.c for named parameters.
* #ifdeffed out odbc_get_primary_keys in dbdimp.c as it is no
longer used. $h->func($catalog, $schema, $table, \'GetPrimaryKeys\')
ends up in dbdimp.c/dbd_st_primary_keys now.
* Changes to Makefile.PL to fix a newly introduced bug with \'tr\',
remove easysoft OOB detection and to try and use odbc_config and
odbcinst if we find them to aid automatic configuration. This
latter change also adds \"odbc_config --cflags\" to the CC line
when building DBD::ODBC.
* Added support for parse_trace_flag and parse_trace_flags methods
and defined a DBD::ODBC private flag \'odbcdev\' as a test case.
* Add support for the \'SQL\' trace type. Added private trace type
odbcdev as an experimental start.
* Change odbc_query_timeout attribute handling so if it is set to 0
after having set it to a non-zero value the default of no time
out is restored.
* Added support for DBI\'s statistics_info method.
* test changes, documentation changes, bugfixes
- remove -uninitialized patch (fixed in upstream)
Thu Mar 13 13:00:00 2008 anickaAATTsuse.cz
- update to 1.15
* DBI->connect changed so informational diagnostics like \"Changed
database context to \'master\'\" from SQL Server are available in
errstr/state.
* Changed Makefile.PL to attempt to find unixODBC if -o or ODBCHOME
not specified.
* Fairly major changes to dbd_describe in dbdimp.c to reduce ODBC
calls by 1 SQLDescribeCol call per column when describing result
sets.
* Changed to avoid using explicit use of DBIc_ERRXXX in favour
of newish DBIh_SET_ERR_CHAR.
* test fixes, bugfixes, documentation added
Wed Jul 25 14:00:00 2007 anickaAATTsuse.cz
- update to 1.14
* Add array parameter binding (per new DBI Spec)
* Add row caching/multiple row fetches to speed selects
* Better/more tests on multiple statement handles which ensure
the correct number of rows
* Better/more tests on all queries which ensure the correct
number of rows and data
* Better tests on SQLExecDirect/do
* Keep checking Oracle\'s ODBC drivers for Windows to fix
the Date binding problem
* Change SQLColAttributes calls (now deprecated)
to SQLColAttribute
* Add support for $sth->more_results based on DBD::ODBC-specific
attribute
* Removed some unused variable declarations leading to warnings.
* Removed PerlIO_flush calls as it is believed they are not
required.
* Add logging for whether SQLDescribeParam is supported.
* Add provisional Unicode support. This change is very
experimental (especially on UNIX). Please see ODBC.pm
documentation.
* Updated FAQ, added a few more questions etc.
* DBD::ODBC requires at least 5.6.0 of Perl.
* bugfixes, test fixes, documentation fixes
Fri Feb 16 13:00:00 2007 anickaAATTsuse.cz
- update to 1.13
* Make ODBC version 3.0 default!
* Document more of the DBD::ODBC private attributes/functions.
* Add array parameter binding (per new DBI Spec)
* Add row caching/multiple row fetches to speed selects
* Better/more tests on multiple statement handles which ensure
the correct number of rows
* Better/more tests on all queries which ensure the correct number
of rows and data
* Better tests on SQLExecDirect/do
* Change default behaviour to use SQLDescribeParam instead of
SQL_VARCHAR.
* Fix inconsistency/bug with odbc_exec_direct vs. odbc_execdirect
settings.
* Fix handling of print statements for SQL Server.
* Due to bug in SQL Server, you must use odbc_exec_direct.
* Change tests to use Test::More.
* Added odbc_timeout, but untested
* Added pod.t test, taken from DBI.
* Change to use dbivport.h per new DBI spec.
* Add ability to set the cursor type during the connect.
* many bugfixes
Wed Jan 25 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires
Tue Oct 4 14:00:00 2005 dmuellerAATTsuse.de
- add norootforbuild
Fri Aug 22 14:00:00 2003 mjancarAATTsuse.cz
- require the perl version we build with
Mon Jul 21 14:00:00 2003 starkAATTsuse.de
- use vendorarch instead of vendorlib
Thu Jul 17 14:00:00 2003 starkAATTsuse.de
- use new conventions for perl 5.8.1
Mon Jul 7 14:00:00 2003 starkAATTsuse.de
- update to 1.06
- fixed Makefile.PL
* add OPTIMIZE
* fixed usage of $Config{lib_ext}
- workaround for broken generated Makefile
Thu Jun 19 14:00:00 2003 starkAATTsuse.de
- added DBD directories to filelist
Mon May 19 14:00:00 2003 starkAATTsuse.de
- removed unwanted files from buildroot
Tue Apr 22 14:00:00 2003 starkAATTsuse.de
- update to 1.05
Tue Feb 11 13:00:00 2003 starkAATTsuse.de
- update to 1.04
Tue Dec 17 13:00:00 2002 starkAATTsuse.de
- update to 1.01
Wed Nov 27 13:00:00 2002 prehakAATTsuse.cz
- fixed libdir in Makefile.PL
- enabled make test
Wed Sep 18 14:00:00 2002 starkAATTsuse.de
- initial package