mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Some more fixes related to ClickHouse support (#5229)
This commit is contained in:
parent
d7180d38c4
commit
30ba167cc1
8 changed files with 62 additions and 25 deletions
|
|
@ -211,8 +211,9 @@
|
|||
<error regexp="Syntax error,[^\n]+assumed to mean"/>
|
||||
</dbms>
|
||||
|
||||
<dbms value="Clickhouse">
|
||||
<error regexp="DB::Exception: Syntax error:"/>
|
||||
<dbms value="ClickHouse">
|
||||
<error regexp="Code: \d+. DB::Exception:"/>
|
||||
<error regexp="Syntax error: failed at position \d+"/>
|
||||
</dbms>
|
||||
|
||||
<dbms value="CrateDB">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue