File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ Cloudscape, and Apache Derby databases.</description>
3030 <email >tessus@php.net</email >
3131 <active >yes</active >
3232 </helper >
33- <date >2021-03-10 </date >
33+ <date >2021-03-12 </date >
3434 <time >05:15:47</time >
3535 <version >
36- <release >2.1.3 </release >
36+ <release >2.1.4 </release >
3737 <api >2.0.1</api >
3838 </version >
3939 <stability >
@@ -42,14 +42,8 @@ Cloudscape, and Apache Derby databases.</description>
4242 </stability >
4343 <license >Apache License 2.0</license >
4444 <notes >
45- * 2021-03-10: 2.1.3
46- - Report failures in SQLGetDiagRec. This should warn on many silent errors.
47- - Workaround issue with using SQLGetSubString with a large buffer on a DBCLOB
48- with locator by trimming from first instead of last null byte.
49- - Workaround bug in SQL/CLI caused by unknown PTF, which causes a buffer
50- overflow with SQLGetData on char-like values. The PTF causing the regression
51- is unidentified, but workaround PTFs seem to exist, including SI75759. The
52- workaround will likely be kept until most no longer have the defective PTF.
45+ * 2021-03-12: 2.1.4
46+ - Only apply the workaround for db2_result (SQLGetData) to PASE instead of LUW.
5347 </notes >
5448 <contents >
5549 <dir name =" /" >
Original file line number Diff line number Diff line change 2323 $Id$
2424*/
2525
26- #define PHP_IBM_DB2_VERSION "2.1.3 "
26+ #define PHP_IBM_DB2_VERSION "2.1.4 "
2727
2828#ifndef PHP_IBM_DB2_H
2929#define PHP_IBM_DB2_H
You can’t perform that action at this time.
0 commit comments