Release Summary
This is a patch release of the community.mysql collection.
This changelog contains all changes to the modules and plugins in this collection
that have been made after the previous release.
Bugfixes
- mysql_query - fix
Value of unknown typeerror when query results contain non-JSON-serializable types such asdecimal.Decimalordatetime. Results are now round-tripped throughjson.dumps(default=str)before being returned, coercing unserializable values to their string representation (#783).