Changes between Initial Version and Version 1 of Ticket #36890, comment 2
- Timestamp:
- Jan 29, 2026, 10:32:32 AM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36890, comment 2
initial v1 18 18 }}} 19 19 20 which 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)`