You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.
In the FinderTrait's addWheres() function, if the operator is either IS or IS NOT it automatically creates IsNull or IsNotNull predicates, assuming that the user wants to check for null.
Description
In the FinderTrait's addWheres() function, if the operator is either
IS
orIS NOT
it automatically creates IsNull or IsNotNull predicates, assuming that the user wants to check for null.IS
andIS NOT
can also be used to check boolean values.https://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html#operator_is
Details
https://github.com/synapsestudios/synapse-base/blob/master/src/Synapse/Mapper/FinderTrait.php#L298
The text was updated successfully, but these errors were encountered: