Remove where() method for database models #37

Merged
vlw merged 2 commits from refs/pull/37/head into master 2024-09-25 15:27:57 +02:00
vlw commented 2024-09-25 15:20:02 +02:00 (Migrated from codeberg.org)

This PR removes the where() method which I don't think is particularly useful and also very untested since I don't use it personally at all. It's also probably better to do in-model checking for table columns before sending it off to this library when required anyways.

This PR removes the `where()` method which I don't think is particularly useful and also very untested since I don't use it personally at all. It's also probably better to do in-model checking for table columns **before** sending it off to this library when required anyways.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vlw/php-mysql!37
No description provided.