Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a0aef0

Browse files
committed
fix for a case: Microsoft OLE DB Provider for ODBC Drivers error '80040e14' [MySQL][ODBC 3.51 Driver][mysqld-5.1.31-community] - it was wrongly error message recognized as MS SQL Server
1 parent 8fc6021 commit 5a0aef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xml/errors.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
<!-- Microsoft SQL Server -->
2121
<dbms value="Microsoft SQL Server">
22-
<error regexp="Driver.*SQL[\-\_\ ]*Server"/>
23-
<error regexp="OLE DB.*SQL Server"/>
22+
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
23+
<error regexp="OLE DB.* SQL Server"/>
2424
<error regexp="SQL Server.*Driver"/>
2525
<error regexp="Warning.*mssql_.*"/>
2626
<error regexp="SQL Server.*[0-9a-fA-F]{8}"/>

0 commit comments

Comments
 (0)