Issues
- optimize queryExecuteLDEV-5456Resolved issue: LDEV-5456Pothys - MitrahSoft
- queryExecute doesn't return generatedKey when using returntype = array & structLDEV-4425Michael Offner
- java.util.ConcurrentModificationException with queryExecute + returntype:structLDEV-3989Pothys - MitrahSoft
- MySQL query is simply being ignored after failing after MariaDB 10.4 server start.LDEV-3219Resolved issue: LDEV-3219Pothys - MitrahSoft
- Queries using queryExecute() that take longer than the request timeout results in hung threadLDEV-2591
- queryExecute() does not throw error when there are missing paramsLDEV-2298Zac Spitzer
- QueryExecute debugging entries are not consistent with cfqueryLDEV-2142Resolved issue: LDEV-2142Michael Offner
- SQL Comment is disabling further parametersLDEV-1740Michael Offner
- Improve handling of empty list params in queriesLDEV-1699
- Count of deleted records not returned by queryExecute()LDEV-1543Michael Offner
- value key of queryparam should not be required when null=trueLDEV-1394Resolved issue: LDEV-1394Igal Sapir
- queryParam null=true doesn't work for QueryExecuteLDEV-364Resolved issue: LDEV-364Igal Sapir
- queryExecute result attribute bugsLDEV-218Michael Offner
- queryExecute allows invalid parameter syntax without erroringLDEV-213Resolved issue: LDEV-213
- queryExecute does not support passing arguments scope as param structureLDEV-24Resolved issue: LDEV-24Michael Offner
- QueryExecute generates wrong entries in the debug informationLDEV-2Resolved issue: LDEV-2Michael Offner
16 of 16
optimize queryExecute
Fixed
Description
Attachments
1
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Fix versions
Priority
Created 28 March 2025 at 13:37
Updated 4 days ago
Resolved 4 days ago
Activity
Show:
Pothys - MitrahSoft4 days ago
I checked this ticket with Lucee version 7.0.0.170. The processing time has now been optimized and is slightly faster. Therefore, I am closing this ticket.
Zac Spitzer28 March 2025 at 14:00
first is with this change, second is before, noticeably a bit faster
pass sql in as an attribute, rather than echo-ing via tag body