зеркало из https://github.com/microsoft/msphpsql.git
change error message
This commit is contained in:
Родитель
d5a8346319
Коммит
e70ebbaba1
|
@ -372,7 +372,7 @@ ss_error SS_ERRORS[] = {
|
|||
},
|
||||
{
|
||||
SS_SQLSRV_ERROR_AE_QUERY_SQLTYPE_REQUIRED,
|
||||
{ IMSSP, (SQLCHAR*)"Using sqlsrv_query for binding parameters in a Column Encryption enabled connection requires the sqltype to be provided.", -63, false }
|
||||
{ IMSSP, (SQLCHAR*)"Must specify the SQL type for each parameter in a parameterized query when using sqlsrv_query in a column encryption enabled connection.", -63, false }
|
||||
},
|
||||
|
||||
// internal warning definitions
|
||||
|
|
|
@ -121,12 +121,12 @@ Connected successfully with ColumnEncryption enabled.
|
|||
Using sqlsrv_query and binding parameters with literal values:
|
||||
SQLSTATE: IMSSP
|
||||
code: -63
|
||||
message: Using sqlsrv_query for binding parameters in a Column Encryption enabled connection requires the sqltype to be provided.
|
||||
message: Must specify the SQL type for each parameter in a parameterized query when using sqlsrv_query in a column encryption enabled connection.
|
||||
|
||||
Using sqlsrv_query and binding parameters with parameter arrays and no sqltypes provided:
|
||||
SQLSTATE: IMSSP
|
||||
code: -63
|
||||
message: Using sqlsrv_query for binding parameters in a Column Encryption enabled connection requires the sqltype to be provided.
|
||||
message: Must specify the SQL type for each parameter in a parameterized query when using sqlsrv_query in a column encryption enabled connection.
|
||||
|
||||
Using sqlsrv_query and binding parameters with parameter arrays and sqltypes provided:
|
||||
1
|
||||
|
|
Загрузка…
Ссылка в новой задаче