Closed luomoxu closed 7 years ago
Well, fixed it. But we always recommended that don't use *
for fetching all columns data. It's no good for the performance and readability.
@catfan release bugfix as new version (eg: 1.4.1
), please
@catfan any update on this?
Medoo v1.4.1 was released - https://github.com/catfan/Medoo/releases
@anaggh thank you! Didn't notice it
Use medoo 1.4
$database->select("account","*", [ "user_id[>]" => 100 ]);
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: src/Medoo.php
Line Number: 935