zitadel/internal/v2/eventstore/postgres
Silvan 8b4531c28d
fix(v2): correct eventstore query (#8124)
# Which Problems Are Solved

Postgres versions < 16 require an alias for subqueries. The query
executed in the new eventstore didn't add this alias.

# How the Problems Are Solved

Added the alias to the subquery
2024-06-15 16:12:21 +03:00
..
event.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
intent_test.go refactor(v2): init eventstore package (#7806) 2024-04-26 15:05:21 +00:00
intent.go refactor(v2): init events (#7823) 2024-05-23 06:36:08 +02:00
push_test.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
push.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00
query_test.go fix(v2): correct eventstore query (#8124) 2024-06-15 16:12:21 +03:00
query.go fix(v2): correct eventstore query (#8124) 2024-06-15 16:12:21 +03:00
storage.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00