getredash/redash

MySQL: support POINT data type

Open

#4,094 建立於 2019年8月25日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Python (4,236 fork)batch import
Backendhelp wanted

倉庫指標

Star
 (24,845 star)
PR 合併指標
 (平均合併 9天 5小時) (30 天內合併 3 個 PR)

描述

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.

貢獻者指南