trustification / trustify

Apache License 2.0
8 stars 15 forks source link

feat: support IS [NOT] NULL in queries #432

Closed jcrossley3 closed 2 weeks ago

jcrossley3 commented 2 weeks ago
foo=null  ---> WHERE "foo" IS NULL
foo!=null ---> WHERE "foo" IS NOT NULL
foo=NuLl  ---> WHERE "foo" IS NULL
ctron commented 2 weeks ago

I've the feeling we are repeating a mistake here: https://www.wired.com/story/null-license-plate-landed-one-hacker-ticket-hell/

jcrossley3 commented 2 weeks ago

NiceOrExcellent!

Haha. Fwiw, it was one of your recent commit messages that inspired the new name.