summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/pdo_dblib/dblib_stmt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/pdo_dblib/dblib_stmt.c b/ext/pdo_dblib/dblib_stmt.c
index 429cb3617e..aed29dfa52 100644
--- a/ext/pdo_dblib/dblib_stmt.c
+++ b/ext/pdo_dblib/dblib_stmt.c
@@ -63,15 +63,12 @@ static char *pdo_dblib_get_field_name(int type)
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";