Giuseppe Milicia (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *commented* on HHH-15833 (
https://hibernate.atlassian.net/browse/HHH-15833?atlOrigin=eyJpIjoiYmUxMj...
)
Re: Sybase - store procedure unsupported named parameter (
https://hibernate.atlassian.net/browse/HHH-15833?atlOrigin=eyJpIjoiYmUxMj...
)
We tried to test hibernate-core version 6.2.0.CR2 with the following dialect, but
unfortunately we get the same error:
public class SybaseWorkaroundDialect extends SybaseASEDialect {
@Override
public CallableStatementSupport getCallableStatementSupport() {
return JTDSCallableStatementSupport.INSTANCE;
}
}
However, we were able to get the driver to work with the following dialect
public class SybaseWorkaroundDialect extends SybaseASEDialect {
@Override
public boolean supportsNamedParameters(DatabaseMetaData databaseMetaData) {
return false ;
}
}
(
https://hibernate.atlassian.net/browse/HHH-15833#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-15833#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#100214- sha1:c33f0bb )