utopia-php / database

Lite & fast micro PHP database abstraction library that is **easy to use**.
MIT License
65 stars 48 forks source link

Make findOne return empty document instead of false #449

Closed PineappleIOnic closed 2 months ago

PineappleIOnic commented 2 months ago

This PR makes findOne return an empty document instead of a false when no document is found. Tests have been updated appropriately.