akkadotnet / Akka.Persistence.PostgreSql

Akka.Persistence.PostgreSql provider
Apache License 2.0
32 stars 35 forks source link

Attempt to fix JSON and JSONB payload DbType (failed) #173

Open Arkatufus opened 1 year ago

Arkatufus commented 1 year ago

Does not Fix #171

The different payload column DbType was never tested. This PR includes serialization tests for JSON and JSONB DbTypes and, as we can see, they failed horrendously.

Problems: