Skip to content

Commit

Permalink
Add lucee support version queryinsertat.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored Sep 19, 2024
1 parent 88bc2cb commit c45d8ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/en/queryinsertat.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
{"name":"position","description":"Index position at which to insert the query object.","required":true,"default":"","type":"numeric","values":[]}
],
"engines": {
"coldfusion": {"minimum_version":"2018", "notes":"Added in CF2018 Update 5", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/queryinsertat.html"}
"coldfusion": {"minimum_version":"2018", "notes":"Added in CF2018 Update 5", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-m-r/queryinsertat.html"},
"lucee": {"minimum_version":"6", "notes":"Added in Lucee 6.0.0.16", "docs": "https://docs.lucee.org/reference/functions/queryinsertat.html"}
},
"links": [],
"examples": [
Expand Down

0 comments on commit c45d8ba

Please sign in to comment.