]> granicus.if.org Git - php/commit
Added small change to php_odbc module, to check for failed SQLDisconnects
authorNick Gorham <lurcher@php.net>
Mon, 2 Apr 2001 15:18:47 +0000 (15:18 +0000)
committerNick Gorham <lurcher@php.net>
Mon, 2 Apr 2001 15:18:47 +0000 (15:18 +0000)
commit971d65059a63fa4b584ca6851fe3681c1a0e6b13
treea8edc609459b9f9f3cb1c2e057a95020edde894d
parent221a5a60b60598f9398954654914758279d66d41
Added small change to php_odbc module, to check for failed SQLDisconnects
and to close any outstanding transactions if the call fails, then disconnect
again. This can cause chaos with SQL Server, this regards a SELECT as
starting a transaction, and will leave it  open if the result set is not all
read.
NEWS
ext/odbc/php_odbc.c