top-think / think-orm

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

查询范围 #617

Closed php-liuxh closed 1 week ago

php-liuxh commented 3 weeks ago

File::queryTable('abc')->queryTableId(12)->queryTypeIn([1,2,3])->delete(); 这样使用有问题吗? 会报错误:delete without condition File::queryTable('abc')->queryTableId(12)->queryTypeIn([1,2,3])->find(); 查询就不会报错 3.0.15版是可以正常删除

liu21st commented 2 weeks ago

请补充详细说明

big-dream commented 1 week ago

https://github.com/top-think/think-orm/commit/c18daf3d8089e0f393f2a9474966a04a95fc6118 可以更新到最新版本再试试。