Skip to content

Commit

Permalink
detect appveyor problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiwongky committed Oct 17, 2017
1 parent 6b223a7 commit 9e847c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/shared/core_stmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,8 @@ void core_sqlsrv_bind_param( _Inout_ sqlsrv_stmt* stmt, _In_ SQLUSMALLINT param_
}
if( zval_was_long ){
convert_to_string( param_z );

match = Z_TYPE_P( param_z ) == IS_STRING;
}
else {
match = Z_TYPE_P(param_z) == IS_LONG;
Expand Down

0 comments on commit 9e847c1

Please sign in to comment.