mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-06 14:13:15 +03:00
minor fix
This commit is contained in:
parent
2476c1516d
commit
c3065f6ecc
|
@ -12,7 +12,7 @@
|
||||||
<!-- PostgreSQL -->
|
<!-- PostgreSQL -->
|
||||||
<dbms value="PostgreSQL">
|
<dbms value="PostgreSQL">
|
||||||
<error regexp="PostgreSQL.*ERROR"/>
|
<error regexp="PostgreSQL.*ERROR"/>
|
||||||
<error regexp="Warning.*pg_.*"/>
|
<error regexp="Warning.*\Wpg_.*"/>
|
||||||
<error regexp="valid PostgreSQL result"/>
|
<error regexp="valid PostgreSQL result"/>
|
||||||
<error regexp="Npgsql\."/>
|
<error regexp="Npgsql\."/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
@ -38,8 +38,8 @@
|
||||||
<error regexp="ORA-[0-9][0-9][0-9][0-9]"/>
|
<error regexp="ORA-[0-9][0-9][0-9][0-9]"/>
|
||||||
<error regexp="Oracle error"/>
|
<error regexp="Oracle error"/>
|
||||||
<error regexp="Oracle.*Driver"/>
|
<error regexp="Oracle.*Driver"/>
|
||||||
<error regexp="Warning.*oci_.*"/>
|
<error regexp="Warning.*\Woci_.*"/>
|
||||||
<error regexp="Warning.*ora_.*"/>
|
<error regexp="Warning.*\Wora_.*"/>
|
||||||
</dbms>
|
</dbms>
|
||||||
|
|
||||||
<!-- DB2 -->
|
<!-- DB2 -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user