Changes between Initial Version and Version 1 of Ticket #36288, comment 2


Ignore:
Timestamp:
Apr 2, 2025, 5:06:24 PM (7 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36288, comment 2

    initial v1  
    1 This is effectively a regression caused by #28900 (55bacb7a2a7b65c0708d0b2f28e1f9c83c76509e) as `sql.Query.selected` is now a `dict[alias, Expression]` and since `values_list` defaults to using the provided strings as field names they get considered to be a single one.
     1This is effectively a regression caused by #28900 (65ad4ade74dc9208b9d686a451cd6045df0c9c3a) as `sql.Query.selected` is now a `dict[alias, Expression]` and since `values_list` defaults to using the provided strings as field names they get considered to be a single one.
    22
    33We'll most likely have to generate an alias for the existing members with colliding names.
Back to Top