Fix issue with filter value null in where() method #26

Merged
vlw merged 1 commit from refs/pull/26/head into master 2023-12-31 17:33:59 +01:00
vlw commented 2023-12-31 17:33:52 +01:00 (Migrated from codeberg.org)

Fixed an issue where passing a filter with value null to where() did not filter on anything, when it should filter on columns where the value equals NULL in the database.

Fixed an issue where passing a filter with value `null` to `where()` did not filter on anything, when it should filter on columns where the value equals `NULL` in the database.
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!26
No description provided.