stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.59k stars 1.55k forks source link

Added === as explicit “IS” operator for expressions #1019

Closed jake-b closed 2 years ago

jake-b commented 3 years ago

Sometimes, you explicitly want the "IS" operator, unlike the automatic logic that sometimes uses the IS operator when using the == operator with expressions.

Possible solution for feature request stephencelis/SQLite.swift#1003

nathanfallet commented 2 years ago

@jake-b Thanks for your contribution. You can (if you want and if you have time to) add it to the documentation (to show it exists)

jake-b commented 2 years ago

Thank you. Please see #1060 for the quick update to the documentation.