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

Add support for Vec<T> type #128

Closed
4 tasks
karatakis opened this issue Apr 2, 2023 · 0 comments · Fixed by #159
Closed
4 tasks

Add support for Vec<T> type #128

karatakis opened this issue Apr 2, 2023 · 0 comments · Fixed by #159
Milestone

Comments

@karatakis
Copy link
Collaborator

Motivation

With sea-orm 0.10.X the Postgres databases allow to hold Vec<T> columns. With this feature we can enable Seaography to support those types.

Proposed Solutions

  • Modify entity_object.rs to add support for Vec
  • Modify filter_input.rs to add support for Vec
  • Modify filtering.rs to add support for Vec
  • Modify order_input.rs to skip this field from ordering

Additional Information

Its really complex how to order based on this field, so its better to skip it for the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant