getredash/redash

MySQL: support POINT data type

Open

#4,094 创建于 2019年8月25日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (24,845 star) (4,236 fork)batch import
Backendhelp wanted

描述

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.

贡献者指南

MySQL: support POINT data type · getredash/redash#4094 | Good First Issue