8
0
forked from pool/perl-DBD-ODBC

4 Commits

Author SHA256 Message Date
Stephan Kulow
339d808ce8 Accepting request 769298 from home:markusbeth:branches:devel:languages:perl
version update to 1.61

OBS-URL: https://build.opensuse.org/request/show/769298
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=50
2020-02-04 06:18:10 +00:00
Stephan Kulow
b37cac4f5f Accepting request 241858 from home:vitezslav_cizek:branches:devel:languages:perl
- refreshed perl-DBD-ODBC-1.29-Makefile.diff
  (it failed to apply after some of the previous updates)

OBS-URL: https://build.opensuse.org/request/show/241858
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=36
2014-07-23 05:01:44 +00:00
Vítězslav Čížek
4e907bde8c - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=29
2011-12-02 13:13:45 +00:00
Vítězslav Čížek
009ddf8d02 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-ODBC?expand=0&rev=21
2011-03-09 12:14:54 +00:00