feat: allow unknown on the is operator
Also make the IS values strict at the Parser level since IS cannot be parametrized.
This commit is contained in:
committed by
Steve Chavez
parent
91689e28f0
commit
bae5afbad6
Vendored
+6
@@ -2417,3 +2417,9 @@ CREATE TABLE clientinfo (
|
||||
, clientid int unique references client(id)
|
||||
, other text
|
||||
);
|
||||
|
||||
CREATE TABLE chores (
|
||||
id int primary key
|
||||
, name text
|
||||
, done bool
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user