Closed ribose-jeffreylau closed 7 years ago
The generated SQL would contain things like ... WHERE my_column = NULL ... where it should be ... WHERE my_column IS NULL ....
... WHERE my_column = NULL ...
... WHERE my_column IS NULL ...
The generated SQL would contain things like
... WHERE my_column = NULL ...
where it should be... WHERE my_column IS NULL ...
.