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:
Chris Beams
2012-11-02 14:18:37 +01:00
parent 1070e4d5c1
commit 74e86fe52f
2 changed files with 44 additions and 2 deletions

View File

@@ -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>