fukamachi / sxql

An SQL generator for Common Lisp.
BSD 3-Clause "New" or "Revised" License
363 stars 31 forks source link

Add support for PostgreSQL IS DISTINCT FROM #48

Closed sukaeto closed 5 years ago

sukaeto commented 5 years ago

As well as IS NOT DISTINCT FROM. These operators allow for (in)equality checks, handling NULL as not equal to anything but itself.

fukamachi commented 5 years ago

Thanks!