Skip to content

Commit

Permalink
Update queryprepend.json
Browse files Browse the repository at this point in the history
Added support for Lucee 6.0.0.15
  • Loading branch information
scallahan-dev authored Apr 29, 2024
1 parent 2b89820 commit ad52168
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/en/queryprepend.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name":"queryPrepend",
"type":"function",
"syntax":"queryPrepend(query1, query2)",
"member":"qry.prepend(query2)",
"member":"qry.prepend(query2)",
"returns":"query",
"related":["queryAppend"],
"description":" Adds a query to the beginning of the current query.",
Expand All @@ -11,7 +11,8 @@
{"name":"query2","description":"The query being added.","required":true,"default":"","type":"query","values":[]}
],
"engines": {
"coldfusion": {"minimum_version":"2018.0.5", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/queryappend.html"}
"coldfusion": {"minimum_version":"2018.0.5", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/queryappend.html"},
"lucee": {"minimum_version":"6.0.0.15", "notes":"", "docs":"https://docs.lucee.org/reference/objects/query/prepend.html"}
},
"links": [],
"examples": [
Expand Down

0 comments on commit ad52168

Please sign in to comment.