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

Skip to content

Commit 10ab637

Browse files
committed
minor update
1 parent cbe7c90 commit 10ab637

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

xml/errors.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,21 @@
6161
<!-- Interbase/Firebird -->
6262
<dbms value="Firebird">
6363
<error regexp="Dynamic SQL Error"/>
64+
<error regexp="Warning.*ibase_.*"/>
6465
</dbms>
6566

6667
<!-- SQLite -->
6768
<dbms value="SQLite">
68-
<error regexp="Warning.*sqlite_.*"/>
6969
<error regexp="SQLite/JDBCDriver"/>
7070
<error regexp="SQLite.Exception"/>
7171
<error regexp="System.Data.SQLite.SQLiteException"/>
72+
<error regexp="Warning.*sqlite_.*"/>
7273
</dbms>
7374

7475
<!-- SAP MaxDB -->
7576
<dbms value="SAP MaxDB">
76-
<error regexp="Warning.*maxdb.*"/>
7777
<error regexp="SQL error.*POS([0-9]+).*"/>
78+
<error regexp="Warning.*maxdb.*"/>
7879
</dbms>
7980

8081
</root>

0 commit comments

Comments
 (0)