(and you could imagine a DSL for building SQL quer...
# announcements
y
(and you could imagine a DSL for building SQL queries where
column == null
would be translated to
column is null
in the generated SQL and would be perfectly meaningful even though
column
is not null)