]> granicus.if.org Git - php/commit
Fix #80150: Failure to fetch error message
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 25 Sep 2020 15:27:41 +0000 (17:27 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 29 Sep 2020 09:02:51 +0000 (11:02 +0200)
commitdf5efa2fcdbcc9f6dea792caa149897060b350f7
tree12871d173c272e79e21ae3b481b6d322c025c908
parentf5afd0a8270258fb70f70726ae3ed39780817038
Fix #80150: Failure to fetch error message

In case of statement related errors, we need to pass the respective
statement handle to `SQLError()`.

Closes GH-6217.
NEWS
ext/odbc/php_odbc.c