akkadotnet / Akka.Persistence.Sql

Linq2Db implementation of Akka.Persistence.Sql. Common implementation for SQL Server, Sqlite, Postgres, Oracle, and MySql.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Csv and tag table based query configuration isn't being read consistently on all code path

Arkatufus opened this issue · comments

Describe the bug
When tag write and read mode is set to TagTable, some code path misread the configuration and still thinks that they are reading from a csv database row instead of tag table.