zitadel/internal/eventstore/handler
Livio Amstutz 1ac1492fd3
fix: handle multiple statements for a single event in projections (#2313)
* fix: handle multiple statements for a single event in projections

* export func type

* fix test

* Update internal/eventstore/handler/crdb/statement.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* Update internal/eventstore/handler/crdb/statement.go

Co-authored-by: Silvan <silvan.reusser@gmail.com>

* change to pointers

* add error test case

Co-authored-by: Silvan <silvan.reusser@gmail.com>
2021-09-08 13:54:31 +02:00
..
crdb fix: handle multiple statements for a single event in projections (#2313) 2021-09-08 13:54:31 +02:00
handler_projection_test.go fix: handle multiple statements for a single event in projections (#2313) 2021-09-08 13:54:31 +02:00
handler_projection.go fix: handle multiple statements for a single event in projections (#2313) 2021-09-08 13:54:31 +02:00
handler.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00
reduce.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00
statement.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00