ml-archive / readme

Welcome to Vapor development at Nodes 📖

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mysql Query with NULL is not supported

Casperhr opened this issue · comments

Querying database for NULL values...
...seems impossible with Vapor. Need to use raw querying to achieve this. A query comparison filter .isNull could be an elegant solution (as well as an .isNotNull filter)

I commented on that issue. Should already be supported.

Closing - let's re-open if the suggested approach is not sufficient.