mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 02:53:11 +00:00
Fixing CI/CD errors
This commit is contained in:
parent
2aafdc0e46
commit
2a9da9d9e5
3 changed files with 4 additions and 2 deletions
|
|
@ -94,6 +94,7 @@ NULL_WRAPPER = {
|
|||
"PostgreSQL": "COALESCE",
|
||||
"Presto": "COALESCE",
|
||||
"Raima Database Manager": "IFNULL",
|
||||
"SAP HANA": "IFNULL",
|
||||
"SAP MaxDB": "VALUE",
|
||||
"SQLite": "COALESCE",
|
||||
"Snowflake": "NVL",
|
||||
|
|
@ -115,6 +116,7 @@ HEX_FUNCTION = {
|
|||
"Oracle": "RAWTOHEX(",
|
||||
"PostgreSQL": "ENCODE(",
|
||||
"Presto": "TO_HEX(",
|
||||
"SAP HANA": "BINTOHEX(",
|
||||
"SAP MaxDB": "HEX(",
|
||||
"SQLite": "HEX(",
|
||||
"Spanner": "TO_HEX(",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue