Backendhelp wanted
Repository metrics
- Stars
- (24,845 stars)
- PR merge metrics
- (平均マージ 9d 5h) (30d で 3 merged PRs)
説明
Currently when querying a POINT data type it will fail, because MySQL returns a binary encoded value.
Ideally Redash would decode the POINT components (x,y) and return those, but I couldn't find an obvious way in Python to do this conversion.