top-think / think-orm

Think ORM——the PHP Database&ORM Framework
Apache License 2.0
413 stars 171 forks source link

非原生查询使用参数绑定 #510

Open NickQidaishini opened 10 months ago

NickQidaishini commented 10 months ago

https://github.com/top-think/think-orm/blob/7b0b8ea6ca5e020217f6ba7ae34d547e148a675b/src/db/PDOConnection.php#L734-L738 非原生查询使用参数绑定 会在该处被重置掉绑定的参数是否可以进行如下修改 image