parent
c2625f968c
commit
7d4d3db0dd
|
|
@ -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…
Reference in New Issue