Issues
- QoQ doesn't handle | and * correctly in LIKE expressionsLDEV-4829Resolved issue: LDEV-4829Pothys - MitrahSoft
- don't accept strings of format “m d" as valid datesLDEV-4506Resolved issue: LDEV-4506Pothys - MitrahSoft
- QoQ with a named parameter passed without params doesn't throwLDEV-4044Resolved issue: LDEV-4044Pothys - MitrahSoft
- cfzip does not extract to s3 bucketLDEV-3196Michael Offner
- CFZIP action="unzip" overwrite="true" deletes existing directories.LDEV-2660Resolved issue: LDEV-2660Pothys - MitrahSoft
- QoQ joins on columns with type numeric doesn't workLDEV-2470Resolved issue: LDEV-2470Pothys - MitrahSoft
6 of 6
QoQ doesn't handle | and * correctly in LIKE expressions
Fixed
Description
Environment
None
Attachments
2
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Pothys - MitrahSoftPothys - MitrahSoftPriority
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
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Pothys - MitrahSoft
Pothys - MitrahSoftPriority
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
Created 10 April 2024 at 13:26
Updated 24 April 2024 at 06:56
Resolved 24 April 2024 at 06:56
Activity
Show:
Pothys - MitrahSoft24 April 2024 at 06:56
I've checked this issue with Lucee latest version 6.0.2.19-SNAPSHOT. Now, QoQ successfully handles | and * in LIKE expressions and works fine.
Zac Spitzer14 April 2024 at 10:08Edited
Need to escape | as well, test cases and fix added to PR
Zac Spitzer11 April 2024 at 13:28
Pothys - MitrahSoft11 April 2024 at 11:36
, I’ve update the testcase PR :
Does using the LIKE operator with the combination of * (wildcard), such as '%3*562%', in a dbtype="query", make it compatible with ACF
Lucee Result:
ACF Result: