-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Hello,
We just discovered that MysqlGateway auto convert MySql parameters in integer in certain cases.
src/AbstractMySqlGateway.php L427
Why are we doing this ? in our case we are stocking strings in a VARCHAR field with an index.
When the string is only composed of numbers the MysqlGateway auto convert it in integer and the index is not used.
Can we please change this behavior ?
I can't use 123456 as my password right now :(
Reactions are currently unavailable