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

WIP: Add AnyQuery trait to support custom sql builders #1226

Closed
wants to merge 1 commit into from
Closed

WIP: Add AnyQuery trait to support custom sql builders #1226

wants to merge 1 commit into from

Conversation

nitnelave
Copy link
Contributor

Fixes #1225

It's still missing documentation.

@nitnelave
Copy link
Contributor Author

Currently there's a problem: the query can be asked to be realized without a kind.

@nitnelave
Copy link
Contributor Author

Actually, this interface doesn't do what we need (we would have to return a String, which complicates everything).

@mehcode
Copy link
Member

mehcode commented May 15, 2021

Please check out the next branch. You'll find the Execute trait better suited to be plugged into like this, there.

@nitnelave
Copy link
Contributor Author

Deprecated in favor of #1228

@nitnelave nitnelave closed this May 15, 2021
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.

Proposal: AnyPool compatibility with query builders (e.g. sea-query)
2 participants