Add alternative database name for HANA

Issue: SPR-14261
This commit is contained in:
Stephane Nicoll 2016-05-23 07:43:49 +02:00
parent c2625f968c
commit 7d4d3db0dd
1 changed files with 5 additions and 2 deletions

View File

@ -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>