We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
===
!==
1 parent ab027a0 commit 65b0989Copy full SHA for 65b0989
Documentation/Index.md
@@ -955,8 +955,10 @@ equate or compare different types will prevent compilation.
955
| `~=` | `(Interval, Comparable) -> Bool` | `BETWEEN` |
956
| `&&` | `Bool -> Bool` | `AND` |
957
| `\|\|`| `Bool -> Bool` | `OR` |
958
+| `===` | `Equatable -> Bool` | `IS` |
959
+| `!==` | `Equatable -> Bool` | `IS NOT` |
960
-> *When comparing against `nil`, SQLite.swift will use `IS` and `IS NOT`
961
+> * When comparing against `nil`, SQLite.swift will use `IS` and `IS NOT`
962
> accordingly.
963
964
0 commit comments