top-think / think-orm

Think ORM——the PHP Database&ORM Framework
Apache License 2.0
416 stars 173 forks source link

修复 issue #468 db链式方法cache查询时判断和返回类型错误问题 #526

Closed shoujing1001 closed 3 months ago

shoujing1001 commented 7 months ago

我在php8.0和php8.2的windows平台上的2个不同电脑上复现了该错误,因此修复,望采纳为谢。

详见bug Issue#468

big-dream commented 7 months ago

问题根源可能不在这里。理想情况下,没有缓存时,cache返回的是null,有缓存时返回数组。感觉可能是cache那块的问题。 具体我这边看看能不能复现出来。