fluent-kit icon indicating copy to clipboard operation
fluent-kit copied to clipboard

Fix operator does not exist: enum = text (op_error) on OptionalEnum

Open vitkuzmenko opened this issue 3 years ago • 0 comments

This pr is fix error operator does not exist: enum = text (op_error) occurs with @OptionalEnum in ~~ and !~ filtering. Similar error for @Enum field type is fixed in https://github.com/vapor/fluent-kit/pull/387, but not for @OptionalEnum

vitkuzmenko avatar Jul 17 '21 19:07 vitkuzmenko