Browse Source

Add alternative database name for HANA

Issue: SPR-14261
pull/1064/head
Stephane Nicoll 10 years ago
parent
commit
7d4d3db0dd
  1. 7
      spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

7
spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

@ -250,8 +250,11 @@ @@ -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>

Loading…
Cancel
Save