How to query with enum column? #1353
Answered
by
simolus3
PandaGeek1024
asked this question in
Q&A
-
Hi, I have a column with an enum converter. How do I query with this enum column?
|
Beta Was this translation helpful? Give feedback.
Answered by
simolus3
Jul 17, 2021
Replies: 1 comment 1 reply
-
Yes, that should work. In moor 4.4 you can also use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
PandaGeek1024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, that should work. In moor 4.4 you can also use
equalsValue(SyncStatus.deleted)
which will apply the type converter by default.