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
{{ message }}
This repository has been archived by the owner on May 4, 2022. It is now read-only.
smaugho
changed the title
Lists not casts correctly in adapter for models that are not @LocalDBModels
Lists don't cast correctly in adapter for models that are not @LocalDBModels
Dec 3, 2016
If a list populator is used with a model that is not annotated with @LocalDBModel:
This is not handled properly and MyModel is not casted in the generated Adapter to MyModel_, so it should be done only like:
This is a bug that should be fixed.
Remark: it works properly for models annotated with @LocalDBModel.
The text was updated successfully, but these errors were encountered: