Biny icon indicating copy to clipboard operation
Biny copied to clipboard

数据库操作 + - 不支持浮点数操作

Open 3DMXM opened this issue 3 years ago • 3 comments

如果使用的话, $result = $this->testDAO->update(['type'=>['+'=>1.3]]);

结果好像会被会被取整

数据库的类型已经设置成double了

直接赋予一个浮点数没有问题,

3DMXM avatar Apr 02 '21 05:04 3DMXM

找到问题了 处理sql注入保护的时候强转intval了 稍等我想想处理下

billge1205 avatar Apr 02 '21 06:04 billge1205

https://github.com/Tencent/Biny/commit/e6f5511e30ba92c4d1f87faf97a0ce7747dc3b67 两个对应的文件修改已更新 替换下即可

billge1205 avatar Apr 02 '21 06:04 billge1205

好的,谢谢

3DMXM avatar Apr 02 '21 06:04 3DMXM