Changes between Version 1 and Version 2 of Ticket #36890, comment 2
- Timestamp:
- Jan 29, 2026, 10:51:33 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36890, comment 2
v1 v2 18 18 }}} 19 19 20 which means that we could support `StringAgg("field", Value(","), distinct=True)` on SQLite but not `StringAgg("field", Value(" "), distinct=True)` 20 which means that we could support `StringAgg("field", Value(","), distinct=True)` on SQLite but not `StringAgg("field", Value(" "), distinct=True)` which I believe is what you are requesting?