Skip to content

forced parameter conversion #7

@Neofox

Description

@Neofox

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 :(

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions