Skip to content

Introduce a NativeParametersRendering service to directly render PostgreSQL-compatible SELECT statements #1488

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

Merged
merged 1 commit into from
Mar 4, 2023

Conversation

Sanne
Copy link
Member

@Sanne Sanne commented Mar 3, 2023

It turns out we can't get rid of the Parameters approach to avoid post-processing of SQL statements, but there's some progress.

This avoids some post-processing of the SQL generated by ORM core; it takes care of the PostgreSQL specific parameters format; not applicable yet for mutation operations.

…greSQL-compatible SELECT statements

This avoids some post-processing of the SQL generated by ORM core; it
takes care of the PostgreSQL specific parameters format;
not applicable yet for mutation operations.
@Sanne Sanne requested a review from DavideD March 3, 2023 22:48
@DavideD DavideD merged commit 41a34a4 into hibernate:main Mar 4, 2023
@Sanne Sanne deleted the OptimisedRendering branch March 4, 2023 17:44
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