Details
-
Type:
New Feature
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 0.9.52
-
Fix Version/s: N/A
-
Component/s: Generic
-
Labels:None
Description
Currently Python types without corresponding MariaDB types are stored as pickled (serialized) objects.
For Dict type, it would be useful, to store them as a dynamic colum instead of a serialized object.