Home
last modified time | relevance | path

Searched refs:SQLUNIQUE (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/pdo_dblib/
H A Dphp_pdo_dblib_int.h73 # define SQLUNIQUE SYBUNIQUE macro
75 # define SQLUNIQUE 36 /* FreeTDS Hack */ macro
H A Ddblib_stmt.c257 case SQLUNIQUE: { in pdo_dblib_stmt_get_col()
262 *len = dbconvert(NULL, SQLUNIQUE, *ptr, *len, SQLCHAR, tmp_ptr, *len); in pdo_dblib_stmt_get_col()
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h62 #ifdef SQLUNIQUE /* FreeTSD 0.61+ */
63 #define SQLUNIQUE SYBUNIQUE macro
H A Dphp_mssql.c979 #ifdef SQLUNIQUE
980 case SQLUNIQUE: {
1681 #ifdef SQLUNIQUE
1682 case SQLUNIQUE:
/PHP-5.5/
H A DNEWS4237 . Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field).

Completed in 38 milliseconds