You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got a weird behavior when I try to delete something that doesn't exist (table exist, but the row I want to deleted doesn't), with pdo driver.
On PHP 5.6, there were no problem.
Bellow a test script and results obtained on this system:
PHP 7.0.15-0ubuntu0.16.04.4 (cli) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.15-0ubuntu0.16.04.4, Copyright (c) 1999-2017, by Zend Technologies
$ pecl info sqlsrv
About pecl.php.net/sqlsrv-4.0.8
===============================
Release Type PECL-style PHP extension (source code)
Name sqlsrv
Channel pecl.php.net
Summary Microsoft Drivers for PHP for SQL Server
(SQLSRV)
Description The Microsoft Drivers for PHP for SQL Server are
PHP extensions that allow for the reading and
writing of SQL Server data from within PHP
scripts. The SQLSRV extension provides a
procedural interface while the PDO_SQLSRV
extension implements PDO for accessing data in
all editions of SQL Server 2005 and later
(including Azure SQL DB). These drivers rely on
the Microsoft ODBC Driver for SQL Server to
handle the low-level communication with SQL
Server.
*This package contains only the SQLSRV driver.*
Maintainers Meet Bhagdev <[email protected]> (lead)
Jay Kint <[email protected]> (lead,
inactive)
Marie Barwin <[email protected]> (lead)
Hadis Kakanejadi Fard <[email protected]>
(lead)
Release Date 2016-12-19 13:12:21
Release Version 4.0.8 (stable)
API Version 4.0.8 (stable)
License The MIT License (MIT)
(https://opensource.org/licenses/mit)
Release Notes [Added]
- Unicode Column name support.
[Fixed]
- Fixed issue with buffered cursor in PDO_SQLSRV
driver when CharacterSet is UTF-8.
- Fixed issue with empty output parameters on
stored procedure.
- Fixed memory leaks in buffered queries.
Required Dependencies PHP version 7.0.0
PEAR installer version 1.4.0b1 or newer
Operating System
OS/Arch matching pattern '//'
package.xml version 2.0
Last Modified 2017-03-16 13:58
Previous Installed - None -
Version
$ pecl info pdo_sqlsrv
About pecl.php.net/pdo_sqlsrv-4.0.8
===================================
Release Type PECL-style PHP extension (source code)
Name pdo_sqlsrv
Channel pecl.php.net
Summary Microsoft Drivers for PHP for SQL Server
(PDO_SQLSRV)
Description The Microsoft Drivers for PHP for SQL Server are
PHP extensions that allow for the reading and
writing of SQL Server data from within PHP
scripts. The SQLSRV extension provides a
procedural interface while the PDO_SQLSRV
extension implements PDO for accessing data in
all editions of SQL Server 2005 and later
(including Azure SQL DB). These drivers rely on
the Microsoft ODBC Driver for SQL Server to
handle the low-level communication with SQL
Server.
*This package contains only the PDO_SQLSRV
driver.*
Maintainers Meet Bhagdev <[email protected]> (lead)
Jay Kint <[email protected]> (lead,
inactive)
Marie Barwin <[email protected]> (lead)
Hadis Kakanejadi Fard <[email protected]>
(lead)
Release Date 2016-12-19 13:12:19
Release Version 4.0.8 (stable)
API Version 4.0.8 (stable)
License The MIT License (MIT)
(https://opensource.org/licenses/mit)
Release Notes [Added]
- SQLSRV_ATTR_FETCHES_NUMERIC_TYPE attribute
support.
- Unicode Column name support.
[Fixed]
- Fixed precision issues when double data type
returned as strings using buffered queries.
- Fixed issue with buffered cursor in PDO_SQLSRV
driver when CharacterSet is UTF-8.
- Fixed segmentation fault in error cases when
error message is returned with emulate prepare
attribute is set to true.
- Fixed issue with empty output parameters on
stored procedure.
- Fixed memory leaks in buffered queries.
Required Dependencies PHP version 7.0.0
PEAR installer version 1.4.0b1 or newer
Operating System
OS/Arch matching pattern '//'
package.xml version 2.0
Last Modified 2017-03-16 13:58
Previous Installed - None -
Version
Hi,
I got a weird behavior when I try to delete something that doesn't exist (table exist, but the row I want to deleted doesn't), with pdo driver.
On PHP 5.6, there were no problem.
Bellow a test script and results obtained on this system:
If you need more informations / test...
Thanks
The text was updated successfully, but these errors were encountered: