Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a93cfd commit ded9798Copy full SHA for ded9798
1 file changed
xml/errors.xml
@@ -21,9 +21,9 @@
21
<dbms value="Microsoft SQL Server">
22
<error regexp="Driver.* SQL[\-\_\ ]*Server"/>
23
<error regexp="OLE DB.* SQL Server"/>
24
- <error regexp="SQL Server.*Driver"/>
+ <error regexp="(\W|\A)SQL Server.*Driver"/>
25
<error regexp="Warning.*mssql_.*"/>
26
- <error regexp="SQL Server.*[0-9a-fA-F]{8}"/>
+ <error regexp="(\W|\A)SQL Server.*[0-9a-fA-F]{8}"/>
27
</dbms>
28
29
<!-- Microsoft Access -->
0 commit comments