mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-22 10:54:22 +03:00
minor update
This commit is contained in:
parent
cbe7c902c1
commit
10ab6371f2
|
@ -61,20 +61,21 @@
|
||||||
<!-- Interbase/Firebird -->
|
<!-- Interbase/Firebird -->
|
||||||
<dbms value="Firebird">
|
<dbms value="Firebird">
|
||||||
<error regexp="Dynamic SQL Error"/>
|
<error regexp="Dynamic SQL Error"/>
|
||||||
|
<error regexp="Warning.*ibase_.*"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- SQLite -->
|
<!-- SQLite -->
|
||||||
<dbms value="SQLite">
|
<dbms value="SQLite">
|
||||||
<error regexp="Warning.*sqlite_.*"/>
|
|
||||||
<error regexp="SQLite/JDBCDriver"/>
|
<error regexp="SQLite/JDBCDriver"/>
|
||||||
<error regexp="SQLite.Exception"/>
|
<error regexp="SQLite.Exception"/>
|
||||||
<error regexp="System.Data.SQLite.SQLiteException"/>
|
<error regexp="System.Data.SQLite.SQLiteException"/>
|
||||||
|
<error regexp="Warning.*sqlite_.*"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- SAP MaxDB -->
|
<!-- SAP MaxDB -->
|
||||||
<dbms value="SAP MaxDB">
|
<dbms value="SAP MaxDB">
|
||||||
<error regexp="Warning.*maxdb.*"/>
|
|
||||||
<error regexp="SQL error.*POS([0-9]+).*"/>
|
<error regexp="SQL error.*POS([0-9]+).*"/>
|
||||||
|
<error regexp="Warning.*maxdb.*"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
</root>
|
</root>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user