Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
perl-DBD-ODBC
perl-DBD-ODBC.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File perl-DBD-ODBC.changes of Package perl-DBD-ODBC
------------------------------------------------------------------- Fri Dec 2 02:35:19 UTC 2011 - vcizek@suse.com - update to 1.33 [ENHANCEMENTS] * Enable multiple active statement support in 70execute_array.t for drivers we recognise which support MAS. * Change column_info to support Unicode catalog/schema/table/column names. * Use SQLGetTypeInfoW on unicode builds. * DBD::ODBC now allows unicode catalog/schema/table parameters to be passed to table_info. Of course they will only reliably work with a supporting Unicode ODBC driver. * Added new odbc_driver_complete attribute allowing the ODBC Driver Manager and ODBC Driver to throw dialogues for incomplete connection strings or expired passwords etc. [BUG FIXES] * remove debugging printf which output "HERE" in some rare cases. rt 72534 - thanks John Deighan for spotting this. * The test 70execute_array.t could fail due to warning being output if the driver does not support Multiple Active Statements. * Fix bug in utf16_copy which was not adding a trailing NUL but I'm not sure this affected anyone until I changed table_info this release. * I omitted rt_68720.t from the 1.31 distribution which leads to a warning as it is mentioned in the MANIFEST. [DOCUMENTATION] * new FAQ entries * added note saying you cannot pass unicode schema/table/column names to metadata calls like table_info/column_info currently. [OTHER] * Changed line endings in README.af and README.unicode to be unix line endings and native eol-style in subversion. * Minor changes to Makefile.PL to save the opensuse guys patching. * Added unicode_sql.pl and unicode_params.pl examples * added more examples ------------------------------------------------------------------- Sat Aug 27 16:02:05 UTC 2011 - chris@computersalat.de - fix deps * perl(Test::Simple) >= 0.88 * perl(DBI) >= 1.609 ------------------------------------------------------------------- Fri Jun 24 08:14:55 UTC 2011 - vcizek@novell.com - update to 1.31 [ENHANCEMENTS] * An extra argument has been added to the sub associated with odbc_err_handler. The arguments passed to the odbc_err_handler are now state (string), error (string), native error code (number) and the status returned from the last ODBC API. The status will be SQL_ERROR (-1) for errors or SQL_SUCCESS_WITH_INFO (1) for informational messages. * Added support for StrictlyTyped and DiscardString to the bind_col method. * Added the new odbc_describe_parameters attribute. * added -w option to Makefile.PL to add "-Wall" to CCFLAGS and -fno-strict-aliasing so I can find warnings. * Cope with broken ODBC drivers that describe a parameter as SQL type 0. ------------------------------------------------------------------- Sat Jun 18 05:48:57 UTC 2011 - coolo@novell.com - fix requires of examples - use original tar ------------------------------------------------------------------- Wed Mar 9 12:08:29 UTC 2011 - vcizek@novell.com - update to 1.29 * Fixed missing SQL_MAX_TABLE_NAME_LEN definition from test. * Fixed problem with some drivers which batch "insert;select" where SQLMoreResults is not required and an extra describe is done. * Fixed "select 1" in 02simple.t for Firebird ODBC Driver. * disconnect call added to 70execute_array.t was in the wrong place. * Added support for DBI's new trace flags ENC, CON, TXN and DBD. * And many other fixes and enhancements ------------------------------------------------------------------- Fri Jan 7 14:44:42 UTC 2011 - vcizek@novell.com - update to 1.27 Minor fix to head in pod rt63550 fix and test code and added pod notes on "do" snprintf buffer overflow when GetTypeInfo values are negative capture execute error in rt_62033.t ------------------------------------------------------------------- Wed Dec 1 13:31:51 UTC 2010 - coolo@novell.com - switch to perl_requires macro ------------------------------------------------------------------- Thu Sep 23 14:56:12 CEST 2010 - anicka@suse.cz - update to 1.25 * Changed bind_col so it actually pays attention to the TYPE attribute as you could not override the bind type of a bound column before. * Left a sv_undef in * Change sprintf to snprintf for safety. * Removed some unused fields from the fbh structure which should save a little memory for each column in a result-set. * Started adding support for DBI's DiscardString and StrictlyTyped but not complete yet so don't use them yet. * Added experimental odbc_lob_read method - see pod. * Moved the binding of columns to the first call to fetch instead of after execute is called as it prevents bind_col overrriding the type used for binding and I needed it to support odbc_lob_read. * Removed support for DBI's blob_read - it was totally flawed and did not work at all. May replace in the future. * Added support for MS SQL Server XML type (SQL type -152). * bugfixes, new FAQs ------------------------------------------------------------------- Sun Jul 25 14:57:44 UTC 2010 - chris@computersalat.de - removed dos2unix usage ------------------------------------------------------------------- Thu Jun 3 19:24:40 UTC 2010 - chris@computersalat.de update to 1.24 o please see Changes file - recreated spec by cpanspec 1.78 - added examples to doc ------------------------------------------------------------------- Fri Feb 26 15:27:42 CET 2010 - anicka@suse.cz - update to 1.23 * bugfixes, test fixes ------------------------------------------------------------------- Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de - enable parallel build ------------------------------------------------------------------- Mon Aug 3 16:09:21 CEST 2009 - anicka@suse.cz - update to 1.22 * bugfixes ------------------------------------------------------------------- Mon May 18 17:13:02 CEST 2009 - anicka@suse.cz - update to 1.21 * bugfixes, documentation fixes ------------------------------------------------------------------- Tue Apr 28 13:52:29 CEST 2009 - anicka@suse.cz - update to 1.20 * bugfixes, test fixes ------------------------------------------------------------------- Mon Apr 6 14:04:28 CEST 2009 - anicka@suse.cz - update to 1.19 * test fixes ------------------------------------------------------------------- Tue Jan 20 17:37:21 CET 2009 - anicka@suse.cz - update to 1.18 * bugfixes, test fixes ------------------------------------------------------------------- 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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor