Closed myminju closed 1 year ago
I'm gonna test this on local RabbitMQ
I have tested your code thoroughly.
It works fine in general.
However in cases where the column types are temporal (i.e. timestamp or datetime) or JSON,
I got serialization issues.
So I updated to code so that the incompatible column values can be cast to str
before being serialized to JSON.
closes #545