zitadel/internal/eventstore/handler/crdb
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
..
current_sequence.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00
db_mock_test.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00
failed_stmt.go fix: handle multiple statements for a single event in projections (#2313) 2021-09-08 13:54:31 +02:00
handler_stmt_test.go fix: handle multiple statements for a single event in projections (#2313) 2021-09-08 13:54:31 +02:00
handler_stmt.go fix: handle multiple statements for a single event in projections (#2313) 2021-09-08 13:54:31 +02:00
projection_lock_test.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00
projection_lock.go feat: jobs for projection tables (#1730) 2021-08-19 08:31:56 +02:00
reduce.go fix: handle multiple statements for a single event in projections (#2313) 2021-09-08 13:54:31 +02:00
statement_test.go fix: handle multiple statements for a single event in projections (#2313) 2021-09-08 13:54:31 +02:00
statement.go fix: handle multiple statements for a single event in projections (#2313) 2021-09-08 13:54:31 +02:00