Chris Lomeli
unread,Dec 30, 2023, 8:58:06 PM12/30/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Python MySQL replication
Hi. this is an awesome project, but I need to be able to convert rows to json, and if the mysql column is also json then I get binary key names like b'1', b'2' etc. And json.dumps() cannot convert them. It's easy to see where to change (parse_json_object_or_array), but it would probably break something else I don't know about. Any advice appreciated, but I'm assuming is the way iit is for a reason and just casting these keys to str() might break something.