Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Pothys - MitrahSoftPothys - MitrahSoftNew 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
NoneFix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Pothys - MitrahSoft
Pothys - MitrahSoftNew 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
Fix versions
Priority
Created 29 November 2021 at 13:56
Updated 27 April 2022 at 16:51
Resolved 6 December 2021 at 13:28
queryInsertAt() function using an array for value if an array length not equal to length than columns count throws an error like there is not the same amount of records in the array [ 2 ] as there are columns in the query [ 3 ]
Using query for value with mismatching query object columns throws an error like column names [ col1, col2, col3 ] of the first query does not match the column names [ col1, col2 ] of of the second query
But while using struct as value, if struct keys mismatching with query columns means It throws the error which above mentioned for the query. It would be nice to mention the struct in the error message for struct value.