Support SQL exception translation for MSSQL 209
SQL Server error 209 [1] will now raise a BadSqlGrammarException. [1]: http://www.sql-server-helper.com/error-messages/msg-1-500.aspx Issue: SPR-9946
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
<value>Microsoft SQL Server</value>
|
||||
</property>
|
||||
<property name="badSqlGrammarCodes">
|
||||
<value>156,170,207,208</value>
|
||||
<value>156,170,207,208,209</value>
|
||||
</property>
|
||||
<property name="permissionDeniedCodes">
|
||||
<value>229</value>
|
||||
|
||||
Reference in New Issue
Block a user