ssufficool Wed, 29 Sep 2010 00:55:43 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=303838
Log:
Remove non C90 quotes
Changed paths:
U php/php-src/trunk/ext/pdo_dblib/dblib_stmt.c
Modified: php/php-src/trunk/ext/pdo_dblib/dblib_stmt.c
===================================================================
--- php/php-src/trunk/ext/pdo_dblib/dblib_stmt.c 2010-09-29 00:49:28 UTC
(rev 303837)
+++ php/php-src/trunk/ext/pdo_dblib/dblib_stmt.c 2010-09-29 00:55:43 UTC
(rev 303838)
@@ -63,15 +63,12 @@
case 108: return "numeric";
case 122: return "smallmoney";
case 127: return "bigint";
- //case 240: return "hierarchyid";
case 240: return "geometry";
- //case 240: return "geography";
case 165: return "varbinary";
case 167: return "varchar";
case 173: return "binary";
case 175: return "char";
case 189: return "timestamp";
- //case 231: return "sysname";
case 231: return "nvarchar";
case 239: return "nchar";
case 241: return "xml";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php