Skip to content

Commit

Permalink
Merge pull request #1652 from scallahanCybernet/patch-3
Browse files Browse the repository at this point in the history
Update queryappend.json
  • Loading branch information
pfreitag authored Apr 29, 2024
2 parents 4caf6d1 + a4ad7f9 commit 9070a61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/en/queryappend.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name":"queryAppend",
"type":"function",
"syntax":"queryAppend(query1, query2)",
"member":"qry.append(query2)",
"member":"qry.append(query2)",
"returns":"query",
"related":["queryPrepend"],
"description":" Adds a query to the end 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", "notes":"", "docs":"https://docs.lucee.org/reference/objects/query/append.html"}
},
"links": [],
"examples": [
Expand Down

0 comments on commit 9070a61

Please sign in to comment.