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