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

Make alias syntax configurable #51

Merged
merged 2 commits into from
Aug 24, 2023
Merged

Conversation

weiznich
Copy link
Member

No description provided.

Oracle does not support the `table AS alias` syntax for defining table
aliases. Instead it requires the following syntax: `table alias`. This
commit uses an updated diesel version that allows to customize the
relevant `QueryFragment` impl and it provides a changed impl to fix the query.
@@ -52,3 +52,6 @@ chrono = ["chrono-time", "diesel/chrono"]
r2d2 = ["diesel/r2d2"]
dynamic-schema = ["diesel-dynamic-schema"]
gst = []

[patch.crates-io]

Choose a reason for hiding this comment

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

Of curiosity: I take it the patch is to use some unofficial pre-release version of diesel 2.1 with the latest trait changes and fixes? Or is there something more?

Copy link
Member Author

Choose a reason for hiding this comment

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

@weiznich weiznich merged commit 1607444 into master Aug 24, 2023
5 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.

3 participants