Closed
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Dan Graham
Dan GrahamPriority
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
Affects versions
Created 5 February 2020 at 15:11
Updated 27 May 2020 at 13:23
Resolved 27 May 2020 at 13:23
when executing query of query
<cfquery name="checkIfVaccine" dbtype="query"> SELECT is_vaccine FROM getProcedures WHERE id = <cfqueryparam cfsqltype="cf_sql_integer" value="#fInit.proc#"> </cfquery>
System throws the exception
"Unexpected token: [ in statement [SELECT is_vaccine FROM getProcedures WHERE id = ];Unexpected token: [ in statement [SELECT is_vaccine FROM getProcedures WHERE id = ];lucee.runtime.exp.DatabaseException: Unexpected token: [ in statement [SELECT is_vaccine FROM getProcedures WHERE id = ]
Rolling back to 5.3.3.62 resolves the issue