Issues
- Query Indexed not working with QueryOfQueryLDEV-5360
- cache getUsedColumnsForQuery for qoq-hsqldbLDEV-5163Resolved issue: LDEV-5163Zac Spitzer
- qoq query parser can't handle complex quoted commentsLDEV-5067Zac Spitzer
- Query loses dbtype="query", runs against default datasourceLDEV-5035Resolved issue: LDEV-5035Michael Offner
- regression qoq-hsqldb concurrency errorsLDEV-5023Resolved issue: LDEV-5023Pothys - MitrahSoft
- update hsqldb to 2.7.3LDEV-4887Zac Spitzer
- QoQ SQL parser doesn't understand cast with lengthsLDEV-4698
- 5.4.3.2 QoQ incompatible data type with subquery IN operatorLDEV-4695Resolved issue: LDEV-4695Zac Spitzer
- 5.4.3.2 QofQ rounds decimal column type to integer when joiningLDEV-4691Resolved issue: LDEV-4691Pothys - MitrahSoft
- QoQ doesn't support "column=value" rather than "value as alias"LDEV-4681Resolved issue: LDEV-4681Brad Wood
- QoQ issue when using "group by" with column aliasLDEV-4680Brad Wood
- QoQ sum with different cased group by has different column case resultLDEV-4641Resolved issue: LDEV-4641
- Native QoQ exception when column case differsLDEV-4627Resolved issue: LDEV-4627Pothys - MitrahSoft
- QoQ rand() regression - 5.4.0.80LDEV-4618Michael Offner
- QoQ: data exception: string data, right truncation ; size limit: 1LDEV-4615Resolved issue: LDEV-4615Pothys - MitrahSoft
- QoQ Regression - incompatible data type in operationLDEV-4613Resolved issue: LDEV-4613Pothys - MitrahSoft
- QoQ sql parser errorsLDEV-4600Michael Offner
- QoQ parser doesn't support leading _ or $ for table namesLDEV-4594Resolved issue: LDEV-4594Zac Spitzer
- Regression with QofQ - $ in column names no longer workLDEV-4593Resolved issue: LDEV-4593Pothys - MitrahSoft
- Regression in 5.4.0.80 with QoQ and multiple queries: HSQLDB incompatible data type in operationLDEV-4592Resolved issue: LDEV-4592Pothys - MitrahSoft
- Support round() in QoQ nativleyLDEV-4331
- Improve multi-threaded QueryImpl object behaviorLDEV-4303
- QoQ support HAVING clause in non-grouped aggregate selectLDEV-4300Brad Wood
- QoQ support count(distinct col1, col2)LDEV-4207Brad Wood
- Query of queries does not return exact matchesLDEV-4186Michael Offner
- Add Oracle's || operator for string concat in QoQLDEV-4183
- Allow QoQ concat() to accept unlimited parametersLDEV-4182
- QoQ returns number with .0 (decimal)LDEV-4181Resolved issue: LDEV-4181Michael Offner
- QoQ with a named parameter passed without params doesn't throwLDEV-4044Resolved issue: LDEV-4044Pothys - MitrahSoft
- Ignore trailing space when comparing text with CHAR columnLDEV-3996Brad Wood
- HSQLDB QoQ doesn't seem to pass query params correctlyLDEV-3945Michael Offner
- New QoQ aggregate functions GROUP_CONCAT(), JSON_ARRAYAGG(), JSON_OBJECTAGG()LDEV-3895
- QoQ shouldn't fall back to HSQLDB after queryparam errorLDEV-3878Resolved issue: LDEV-3878Brad Wood
- QoQ support SQL CASE statementLDEV-3858
- QoQ throwing "lucee.runtime.exp.NativeException: Index 7 out of bounds for length 7" exceptionsLDEV-3849Resolved issue: LDEV-3849
- Add regex operator to QoQ's WHERE clauseLDEV-3827
- Adobe QoQ supports MSSQL [] regex char sets in LIKE operatorLDEV-3826Resolved issue: LDEV-3826Pothys - MitrahSoft
- SELECT DISTINCT with ORDER BY in QoQ incompatibility - ACFLDEV-3822Resolved issue: LDEV-3822Brad Wood
- add support for sql line commenting out in QoQLDEV-3814Brad Wood
- optimize QoQ table loading with HSQLDBLDEV-3317Resolved issue: LDEV-3317Pothys - MitrahSoft
- improve QoQ syntax error exceptionLDEV-3182
41 of 41
Query Indexed not working with QueryOfQuery
Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerPriority
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
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerPriority
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
Created 1 March 2025 at 14:19
Updated 6 March 2025 at 11:30
Activity
Show:
Zac Spitzer1 March 2025 at 15:47
problem is fillResult
isn’t used for QoQ
Zac Spitzer1 March 2025 at 15:33
doesn’t work with 5 or 6