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

Skip to content

Commit 3043ed0

Browse files
committed
bug fix (those two regexes where too generic making false MS ACCESS positives here and there)
1 parent 8470de7 commit 3043ed0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

xml/errors.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828

2929
<!-- Microsoft Access -->
3030
<dbms value="Microsoft Access">
31-
<error regexp="Access.*Driver"/>
32-
<error regexp="Driver.*Access"/>
31+
<error regexp="Microsoft Access Driver"/>
3332
<error regexp="JET Database Engine"/>
3433
<error regexp="Access Database Engine"/>
3534
</dbms>

0 commit comments

Comments
 (0)