Edit report at http://bugs.php.net/bug.php?id=54167&edit=1
ID: 54167 Updated by: [email protected] Reported by: mjh at hodginsmedia dot com Summary: PDO_DBLIB returns null on SQLUNIQUE field -Status: Feedback +Status: Closed Type: Bug Package: PDO related Operating System: Linux PHP Version: 5.3.5 Assigned To: felipe Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. The fix will be in the 5.3.7 version. Previous Comments: ------------------------------------------------------------------------ [2011-03-17 12:59:56] [email protected] Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=309343 Log: - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field) patch by: mjh at hodginsmedia dot com ------------------------------------------------------------------------ [2011-03-06 14:36:46] [email protected] Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=308972 Log: - Reverted fix for bug #54167 (to be committed in soon) ------------------------------------------------------------------------ [2011-03-06 00:09:24] [email protected] I've committed your patch with a trunk version as well (based in your patch) Can you test it, please? Thanks for the patch! :) ------------------------------------------------------------------------ [2011-03-06 00:07:47] [email protected] Automatic comment from SVN on behalf of felipe Revision: http://svn.php.net/viewvc/?view=revision&revision=308948 Log: - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field) # initial patch by: mjh at hodginsmedia dot com (5.3) # trunk version by me ------------------------------------------------------------------------ [2011-03-05 21:17:50] mjh at hodginsmedia dot com Value is returned from dbconvert in lowercase. The call to php_strtoupper() normalizes the value to make it consistent with other tools. For example the MS SQL client tools always show the value as a string in uppercase. Also php_mssql.c PHP function mssql_guid_string() does the same thing. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/bug.php?id=54167 -- Edit this bug report at http://bugs.php.net/bug.php?id=54167&edit=1
