Skip to content

Commit

Permalink
docs: added whereLike / orWhereLike / whereNotLike / orWhereNotLike
Browse files Browse the repository at this point in the history
  • Loading branch information
LaravelFreelancerNL committed Nov 10, 2024
1 parent ca86a66 commit 2b13784
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/compatibility-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ rightJoin / rightJoinSub / joinWhere?
where / orWhere / whereNot / orWhereNot / whereColumn / whereExists
whereBetween / whereNotBetween / whereBetweenColumns / whereNotBetweenColumns /
whereJsonContains / whereJsonLength /
whereIn / whereNotIn / whereNone / orWhereNone / whereNot / orWhereNot /
whereIn / whereNotIn /
whereLike / orWhereLike / whereNotLike / orWhereNotLike /
whereNone / orWhereNone / whereNot / orWhereNot /
whereNull / whereNotNull /
whereDate / whereMonth / whereDay / whereYear / whereTime /
whereRaw (use AQL) /
Expand Down

0 comments on commit 2b13784

Please sign in to comment.