Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Brad WoodBrad WoodPriority
NewLabels
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
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Brad Wood
Brad WoodPriority
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
Sprint
Affects versions
Created 11 July 2023 at 08:39
Updated 20 May 2024 at 15:07
Resolved 12 July 2023 at 07:45
qry = queryNew( 'col', 'varchar', [['foo'],['bar']] ); result = queryExecute(sql=" SELECT distinct col FROM qry where COL = 'foo' " ,params=[] ,options={dbtype="query"} );
With error
column name [COL] already exist;lucee.runtime.exp.DatabaseException: column name [COL] already exist