akkadotnet / Akka.Persistence.Sql

Linq2Db implementation of Akka.Persistence.Sql. Common implementation for SQL Server, Sqlite, Postgres, Oracle, and MySql.
Apache License 2.0
10 stars 10 forks source link

Make sure that generated query config is valid #404

Closed Arkatufus closed 1 month ago

Arkatufus commented 1 month ago

Fixes #403

Changes

Arkatufus commented 1 month ago

Still need end-to-end test to make sure that queries on custom journal options works properly

Arkatufus commented 1 month ago

Added end-to-end test, ready for review