You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When a model has a field whose type is an Enum, and which has a custom TypeConverter, and the related Table classes' field is used in a where clause, AND an alias is used (.withTable(...)), then the TypeConverter is not used in creating the query. Without the alias, it works.
The text was updated successfully, but these errors were encountered:
DBFlow Version:
Issue Kind (Bug, Question, Feature): Bug
using kapt.
Description:
When a model has a field whose type is an Enum, and which has a custom TypeConverter, and the related Table classes' field is used in a where clause, AND an alias is used (.withTable(...)), then the TypeConverter is not used in creating the query. Without the alias, it works.
The text was updated successfully, but these errors were encountered: