We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2625f9 commit 7d4d3dbCopy full SHA for 7d4d3db
spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml
@@ -250,8 +250,11 @@
250
251
<!-- http://help.sap.com/saphelp_hanaplatform/helpdata/en/20/a78d3275191014b41bae7c4a46d835/content.htm -->
252
<bean id="Hana" class="org.springframework.jdbc.support.SQLErrorCodes">
253
- <property name="databaseProductName">
254
- <value>SAP DB</value>
+ <property name="databaseProductNames">
+ <list>
255
+ <value>SAP DB</value>
256
+ <value>HDB</value>
257
+ </list>
258
</property>
259
<property name="badSqlGrammarCodes">
260
<value>
0 commit comments