Unresolved
Details
Assignee
Michael OffnerMichael OffnerReporter
Arowolo AbiodunArowolo AbiodunPriority
MajorLabels
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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Arowolo Abiodun
Arowolo AbiodunPriority
Labels
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
Created 11 December 2019 at 23:47
Updated 27 July 2024 at 10:25
An error occurs anytime a run a database query using the syntax below on mysql 8
x = queryExecute( "SELECT * FROM table WHERE table_id IN (:id)" , { id:{ list :true, value :"" } } )
Note: the value of id is empty/blank ""
I get the following error : Error (java.lang.IndexOutOfBoundsException)
Please help look into this