getredash/redash

MySQL: support POINT data type

Open

#4.094 geöffnet am 25. Aug. 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (4.236 Forks)batch import
Backendhelp wanted

Repository-Metriken

Stars
 (24.845 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 5h) (3 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide