Cleaning some mess with limitQuery

This commit is contained in:
Miroslav Stampar
2023-12-03 13:49:45 +01:00
parent bde7637633
commit c096f870e7
3 changed files with 5 additions and 9 deletions

View File

@@ -749,8 +749,8 @@
<delimiter query="||"/>
<limit query="LIMIT %d OFFSET %d"/>
<limitregexp query="\s+LIMIT\s+([\d]+)\s+OFFSET\s+([\d]+)" query2="\s+LIMIT\s+([\d]+)"/>
<limitgroupstart query="1"/>
<limitgroupstop query="2"/>
<limitgroupstart query="2"/>
<limitgroupstop query="1"/>
<limitstring query=" OFFSET "/>
<order query="ORDER BY %s ASC"/>
<count query="COUNT(%s)"/>