1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
libdbd-odbc-perl (1.37-1) unstable; urgency=low
NOTES from upstream Changes file:
[CHANGE IN BEHAVIOUR]
* The odbc_disable_array_operations has been replaced with
odbc_array_operations and the default for array operations is off.
Sorry, but I warned this was experimental. The
ODBC_DISABLE_ARRAY_OPERATIONS env var remains.
* In execute_for_fetch set the parameter status array to all 9999
(which is invalid) so we can see if the ODBC driver actually sets
them and we can warn if they don't.
* For freeTDS default odbc_disable_array_operations to 1 as no
version of the freeTDS driver can be found that works. I was
requested to do this by the dbix-class guys. I may revert this
later if freeTDS is fixed.
* as above for MS Access. It is a shame I cannot find any way of
finding out if a driver is capable of array operations.
-- gregor herrmann <gregoa@debian.org> Tue, 10 Apr 2012 19:44:26 +0200
libdbd-odbc-perl (1.35-1) unstable; urgency=low
NOTE from upstream Changes file:
Prior to this release if you called selectall_* methods with a
non-select statement DBD::ODBC would raise an error saying "no
select statement currently executing". See RT 68720. After
discussions on dbi-dev the concensus seems to be that issuing a
warning in this case is better so that is what I've done. As a
result t/rt_68720.t has been removed and
t/85_selectall_non_select.t has been added.
-- gregor herrmann <gregoa@debian.org> Sun, 18 Mar 2012 18:36:09 +0100
libdbd-odbc-perl (1.29-1) unstable; urgency=low
NOTE from upstream Changes file:
The 1.28 development releases made a change which causes a generic
error to be reported when an ODBC call fails but an error message
is not retrieved from the ODBC Driver. It appears this has caught
out a few ODBC drivers - notably freeTDS and Firebird. You now may
see errors that were missed before e.g., DBIx::Class's tests for
Firebird now errors test 21 "outer txn rolled back" (and others)
because SQLRowCount returns an error after "ROLLBACK TO SAVEPOINT
savepoint_0"; before this error was missed.
-- gregor herrmann <gregoa@debian.org> Wed, 09 Mar 2011 17:34:36 +0100
libdbd-odbc-perl (1.27-1) unstable; urgency=low
This release marks a change where DBD::ODBC has now gone entirely
ODBC 3, and relies on the ODBC Driver Manager to map calls to
ODBC 2 drivers. This change may break applications relying on the
former ODBC 2 functionality.
-- Jonathan Yu <jawnsy@cpan.org> Mon, 21 Feb 2011 10:09:35 -0500
|