Files
zitadel/internal/query
Marco Ardizzone acbbeedd32 fix: Add ORDER BY column to SELECT DISTINCT result set (#9452)
`prepareInstancesQuery()` uses a SELECT DISTINCT to return the instances with same domain. However, when the input request contains a sorting criteria, that criteria ends up into an ORDER BY of the SELECT DISTINCT. Per SQL syntax, the usage of ORDER BY in a SELECT DISTINCT requires the order by criteria to be present in the result set of the SELECT DISTINCT.
2025-05-01 10:42:40 +02:00
..
2025-04-02 16:53:06 +02:00
2025-04-02 16:53:06 +02:00
2025-03-31 12:45:11 +02:00
2024-02-28 10:55:54 +02:00
2024-04-16 11:19:17 +00:00
2025-04-02 16:53:06 +02:00
2025-04-02 16:53:06 +02:00
2025-04-02 16:53:06 +02:00
2025-04-02 16:53:06 +02:00
2025-04-02 16:53:06 +02:00
2025-04-02 16:53:06 +02:00