Bug: json_serializer
and json_deserializer
are not being set on the db connection
#9
Labels
bug
Something isn't working
Description
The
json_serializer
andjson_deserializer
are not being set on the database connection. This must be done on each connection as shown here using theinit
when creating pools.Also, I propose allowing the two values to be set as
None
in which case the JSON serialization/deserialization is not set on the connections at all. This would be helpful for cases where the user does not need JSON serialization/deserialization or if they are setting it up in theinit
method provided to thePoolConfig
.URL to code causing the issue
No response
MCVE
No response
Steps to reproduce
No response
Screenshots
No response
Logs
No response
Litestar Version
...
Platform
The text was updated successfully, but these errors were encountered: