1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00
Files
archived-php-src/ext
Anatol Belski ff115e285a Fixed bug #47803
Executing prepared statements is succesfull only for the first two statements

The reworked patch descends to the bug #69526 which is fixed by
this as well. The broken logic in the current code was, that
SQLDescribeParam was executed in odbc_execute every time. This piece
is now moved into odbc_prepare and the results are carried on in an
additional structure.

Since the ext/odbc headers are not being currently installed and the
corresponding structs like odbc_result are not used outside ext/odbc,
the binary compatibility persists. Executing SQLDescribeParam only once
in odbc_prepare is also an optimization as the filds usually won't
change that fast and thus requestind the descriptions on every
execution is not required.
2016-02-24 11:40:35 +01:00
..
2016-02-15 16:50:42 +01:00
2016-02-24 11:40:35 +01:00
2016-02-13 17:46:24 +01:00
2016-02-18 19:38:39 +01:00
2016-01-15 08:43:00 +01:00
2016-01-29 20:36:11 +01:00
2016-01-18 16:59:17 +01:00
2016-02-13 17:47:30 +01:00
2016-02-22 09:26:00 +01:00
2014-10-01 09:26:46 +02:00