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 cbe7c90 commit 10ab637Copy full SHA for 10ab637
1 file changed
xml/errors.xml
@@ -61,20 +61,21 @@
61
<!-- Interbase/Firebird -->
62
<dbms value="Firebird">
63
<error regexp="Dynamic SQL Error"/>
64
+ <error regexp="Warning.*ibase_.*"/>
65
</dbms>
66
67
<!-- SQLite -->
68
<dbms value="SQLite">
- <error regexp="Warning.*sqlite_.*"/>
69
<error regexp="SQLite/JDBCDriver"/>
70
<error regexp="SQLite.Exception"/>
71
<error regexp="System.Data.SQLite.SQLiteException"/>
72
+ <error regexp="Warning.*sqlite_.*"/>
73
74
75
<!-- SAP MaxDB -->
76
<dbms value="SAP MaxDB">
- <error regexp="Warning.*maxdb.*"/>
77
<error regexp="SQL error.*POS([0-9]+).*"/>
78
+ <error regexp="Warning.*maxdb.*"/>
79
80
81
</root>
0 commit comments