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.

貢獻者指南