getredash/redash

MySQL: support POINT data type

Aberta

#4.094 aberto em 25 de ago. de 2019

 (1 comentário) (0 reação) (0 responsável)Python (4.236 forks)batch import
Backendhelp wanted

Métricas do repositório

Stars
 (24.845 estrelas)
Métricas de merge de PR
 (Mesclagem média 9d 5h) (3 fundiu PRs em 30d)

Description

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.

Guia do colaborador