File perl-DBD-ODBC.changes of Package perl-DBD-ODBC
-------------------------------------------------------------------
Mon Oct 6 15:37:35 CEST 2008 - anicka@suse.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 15:47:25 CEST 2008 - anicka@suse.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 11:11:26 CET 2008 - anicka@suse.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 16:45:10 CEST 2007 - anicka@suse.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 14:07:11 CET 2007 - anicka@suse.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 21:39:36 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Tue Oct 4 15:46:15 CEST 2005 - dmueller@suse.de
- add norootforbuild
-------------------------------------------------------------------
Fri Aug 22 14:23:03 CEST 2003 - mjancar@suse.cz
- require the perl version we build with
-------------------------------------------------------------------
Mon Jul 21 06:28:05 CEST 2003 - stark@suse.de
- use vendorarch instead of vendorlib
-------------------------------------------------------------------
Thu Jul 17 13:54:11 CEST 2003 - stark@suse.de
- use new conventions for perl 5.8.1
-------------------------------------------------------------------
Mon Jul 7 06:19:47 CEST 2003 - stark@suse.de
- update to 1.06
- fixed Makefile.PL
* add OPTIMIZE
* fixed usage of $Config{lib_ext}
- workaround for broken generated Makefile
-------------------------------------------------------------------
Thu Jun 19 13:40:52 CEST 2003 - stark@suse.de
- added DBD directories to filelist
-------------------------------------------------------------------
Mon May 19 11:36:24 CEST 2003 - stark@suse.de
- removed unwanted files from buildroot
-------------------------------------------------------------------
Tue Apr 22 09:13:46 CEST 2003 - stark@suse.de
- update to 1.05
-------------------------------------------------------------------
Tue Feb 11 13:53:21 CET 2003 - stark@suse.de
- update to 1.04
-------------------------------------------------------------------
Tue Dec 17 07:52:24 CET 2002 - stark@suse.de
- update to 1.01
-------------------------------------------------------------------
Wed Nov 27 20:10:17 CET 2002 - prehak@suse.cz
- fixed libdir in Makefile.PL
- enabled make test
-------------------------------------------------------------------
Wed Sep 18 10:20:30 CEST 2002 - stark@suse.de
- initial package