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

Allow to configure the used alias syntax #3722

Merged

Conversation

weiznich
Copy link
Member

This change is required because some database backends (oracle…) do not support the table AS alias syntax. They instead use a different syntax. To allow those backends to customize the QueryFragment impl for Alias we introduce another flag in SqlDialect that allows to customize the relevant impl.

This change is required because some database backends (oracle…) do not
support the `table AS alias` syntax. They instead use a different
syntax. To allow those backends to customize the `QueryFragment` impl
for `Alias` we introduce another flag in `SqlDialect` that allows to
customize the relevant impl.
@weiznich weiznich requested a review from a team July 31, 2023 10:33
@weiznich weiznich added this pull request to the merge queue Jul 31, 2023
Merged via the queue into diesel-rs:master with commit b479f24 Jul 31, 2023
31 checks passed
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.

2 participants