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

Don't use the sqlx's macros feature in sea-query-binder #543

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

ohadravid
Copy link
Contributor

Hi 😄

We have a use case where we want to avoid using sqlx's macros feature, but it seems that sea-query-binder depends on the default features and so on macros as well, but as far as I can tell it's not really needed.

Changes

  • Don't depend on sqlx's default features in sea-query-binder

Copy link
Member

@ikrivosheev ikrivosheev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ohadravid hello! Thank you for your contribution! LGTM!

@ikrivosheev ikrivosheev merged commit 823b49a into SeaQL:master Dec 6, 2022
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.

None yet

3 participants