Fixed
Details
Assignee
Zac SpitzerZac SpitzerReporter
Zac SpitzerZac SpitzerPriority
NewFix versions
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
None
Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Zac Spitzer
Zac SpitzerPriority
Fix versions
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
None
Created 25 October 2024 at 11:19
Updated 29 December 2024 at 11:12
Resolved 26 December 2024 at 22:00
<cfscript> a = queryNew( "id,name" ); loop times="10"{ r = queryAddRow( a ); querySetCell(a, "id", r, r) } // all these underlying methods are syncronized queryAddColumn( a,"type" ); queryDeleteColumn( a, "type" ); m = getMetadata( a ); QuerySort( a, "id", "desc" ); queryDeleteRow( a ); </cfscript>
https://github.com/lucee/lucee-testlab/blob/main/custom/benchmark/tests/query-manipulation.cfm