Function Sql-Equal

Part of:

package cl-perec
( sql-equal < sql-expr-1 > < sql-expr-2 > &key < unbound-check-1 > < unbound-check-2 > < null-check-1 > < null-check-2 > )
Generates an equality test for the two sql expression and the corresponding boundness checks.
If one of the values is unbound, the test yields NULL, otherwise it yields true or false (two NULL
value is equal, when they represent the NIL lisp value).