Hi Stanley

2010/9/26 Stanley Sufficool <ssuffic...@php.net>:
> ssufficool                               Sun, 26 Sep 2010 20:16:25 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=303771
>
> Log:
> Update getColumnMeta native types for SQL Server 2008
>
> 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-26 16:20:11 
> UTC (rev 303770)
> +++ php/php-src/trunk/ext/pdo_dblib/dblib_stmt.c        2010-09-26 20:16:25 
> UTC (rev 303771)
> @@ -35,60 +35,47 @@
>
>  /* {{{ pdo_dblib_get_field_name
>  *
> +               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";

Please use C multi line comments ( /* */ ) or #if 0 blocks for C90
compatiblity :)

-- 
regards,

Kalle Sommer Nielsen
ka...@php.net

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to