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

Query type checking #223

Closed
wants to merge 1 commit into from

Conversation

vincent-herlemont
Copy link
Owner

@vincent-herlemont vincent-herlemont commented Sep 7, 2024

It will allow avoiding queries with incorrect types based on what is in the database.

  • Primary key
    • On field #[primary_key]
    • Custom #[native_db(primary_key(<method_name>))]
  • Secondary key
    • On field #[secondary_key]
    • Custom #[native_db(secondary_key(<method_name>, <options>))]

@vincent-herlemont vincent-herlemont added this to the 0.8.0 milestone Sep 7, 2024
@vincent-herlemont
Copy link
Owner Author

Close in favor of #243

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 this pull request may close these issues.

1 participant