Browse Source

revised the detection of Sybase (SPR-6053)

conversation
Thomas Risberg 16 years ago
parent
commit
ea674f2fa6
  1. 2
      org.springframework.jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

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

@ -219,7 +219,9 @@ @@ -219,7 +219,9 @@
<property name="databaseProductNames">
<list>
<value>Sybase SQL Server</value>
<value>SQL Server</value>
<value>Adaptive Server Enterprise</value>
<value>ASE</value> <!-- name as returned by jTDS driver -->
<value>sql server</value> <!-- name as returned by jTDS driver -->
</list>
</property>

Loading…
Cancel
Save