Backendhelp wanted
Metriche repository
- Star
- (24.845 star)
- Metriche merge PR
- (Merge medio 9g 5h) (3 PR mergiate in 30 g)
Descrizione
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.