Add alternative database name for HANA
Issue: SPR-14261
This commit is contained in:
@@ -250,8 +250,11 @@
|
||||
|
||||
<!-- http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/a78d3275191014b41bae7c4a46d835/content.htm -->
|
||||
<bean id="Hana" class="org.springframework.jdbc.support.SQLErrorCodes">
|
||||
<property name="databaseProductName">
|
||||
<value>SAP DB</value>
|
||||
<property name="databaseProductNames">
|
||||
<list>
|
||||
<value>SAP DB</value>
|
||||
<value>HDB</value>
|
||||
</list>
|
||||
</property>
|
||||
<property name="badSqlGrammarCodes">
|
||||
<value>
|
||||
|
||||
Reference in New Issue
Block a user