Skip to content

Commit

Permalink
Add distinct from operators
Browse files Browse the repository at this point in the history
  • Loading branch information
harrygulliford authored Jun 17, 2021
1 parent 6dcf416 commit edeb6fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Query/Grammars/Firebird2Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Firebird2Grammar extends Grammar
'=', '<', '>', '<=', '>=', '<>', '!=',
'like', 'not like', 'between', 'containing', 'starting with',
'similar to', 'not similar to',
'is distinct from', 'is not distinct from',
];

/**
Expand Down

0 comments on commit edeb6fc

Please sign in to comment.