Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *updated* an issue
Hibernate ORM (
https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiMWVhZDZiNGNm...
) / Improvement (
https://hibernate.atlassian.net/browse/HHH-16273?atlOrigin=eyJpIjoiMWVhZD...
) HHH-16273 (
https://hibernate.atlassian.net/browse/HHH-16273?atlOrigin=eyJpIjoiMWVhZD...
) Support for Dialect native JdbcParameterRenderer (
https://hibernate.atlassian.net/browse/HHH-16273?atlOrigin=eyJpIjoiMWVhZD...
)
Change By: Steve Ebersole (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
{code:java} /**
* Specifies whether to use JDBC parameter markers (`?`) or dialect native markers.
*
* @implNote By default ({@code true}), dialect native markers are used, if any; disable
* ({@code false}) to use the standard JDBC parameter markers (`?`) instead
*
* @see org.hibernate.sql.ast.spi.JdbcParameterRenderer
* @see org.hibernate.dialect.Dialect#getNativeParameterRenderer()
*
* @since 6.2
*/
@Incubating
String DIALECT_NATIVE_PARAM_MARKERS =
"hibernate.dialect.native_param_markers";{code}
(
https://hibernate.atlassian.net/browse/HHH-16273#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16273#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100217- sha1:e5bf00f )