Calling of stored procedure auto converts bit param to string

[expired user #10215]'s profile image [expired user #10215] posted 7 years ago in Running SQL scripts Permalink

If you call from Heidi stored procedure with boolean param (CALL Procedure1(1);) it calls like - CALL Procedure1('1'); and auto convert param to string value.

This moment appears notify 'out of range value' and param truncates to CALL Procedure();

Please login to leave a reply, or register at first.