Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

databaseType: ManagedPropertyType.list and ManagedPropertyType.map not working #162

Open
konoplyanus opened this issue Dec 21, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@konoplyanus
Copy link

Good afternoon. I see that conduit has support for an array database table column.

@column(databaseType: ManagedPropertyType.list)
List? list;

But when calling conduit db generate, the migration file contains an error. Fixing it manually doesn't help, calling conduit db upgrade fails. Similar issue with ManagedPropertyType.map

System Information:

  • OS: macOS
  • Dart Version: 2.18.4
  • Conduit Version: 4.0.1
@konoplyanus konoplyanus added the bug Something isn't working label Dec 21, 2022
@konoplyanus konoplyanus changed the title [BUG] databaseType: ManagedPropertyType.list and ManagedPropertyType.map not work Dec 21, 2022
@konoplyanus konoplyanus changed the title databaseType: ManagedPropertyType.list and ManagedPropertyType.map not work databaseType: ManagedPropertyType.list and ManagedPropertyType.map not working Dec 21, 2022
@j4qfrost
Copy link

j4qfrost commented Dec 23, 2022

@konoplyanus I might be addressing this soon as I am bumping up the min dart version and have run into a similar issue. Standby for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants