mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 12:42:18 +00:00
Couple of fixes
This commit is contained in:
parent
77ee160875
commit
848ba68ccf
11 changed files with 53 additions and 11 deletions
|
|
@ -257,7 +257,8 @@ def _chunkedJsonAggUse(expression, expressionFields, expressionFieldsList, count
|
|||
caps. K is halved adaptively if a chunk response still gets truncated. Returns a BigArray of
|
||||
rows, or None to let the caller fall back to the regular per-row UNION path.
|
||||
|
||||
Same DBMS coverage as the single-shot JSON-agg (per-DBMS aggregate + windowing); others -> None.
|
||||
Covers the single-shot JSON-agg back-ends that also have a windowing form here (i.e. all of them
|
||||
except Oracle and MSSQL, whose aggregates are built differently); others -> None.
|
||||
"""
|
||||
dbms = Backend.getIdentifiedDbms()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue