Hello, is there an `EXISTS` statement in the DAO a...
# exposed
m
Hello, is there an
EXISTS
statement in the DAO api? Or do I have to do
User.find { Users.login eq login }.count() > 0
?