Ok it seems I can do `!User.find { Users.login eq ...
# exposed
m
Ok it seems I can do
!User.find { Users.login eq login }.empty()
, still not sure if this is the proper way
a
I don’t use dao, but looking at the code and seeing that
empty
is specific to exposed, it looks right
Count is definitely correct. That’s how the dsl works