Raul Ochoa
Results
24
issues of
Raul Ochoa
A query like `select ST_X('MULTILINESTRING((-29 -27,-30 -29.7,-36 -31,-45 -33),(-45 -33,-46 -32))')` results in `ERROR: Argument to X() must be a point` because `st_x` does not support `MULTILINESTRING`. While using json/[default...
bug
format.csv
Right now user/role management happens in several places, most of it in [CartoDB/cartodb](https://github.com/CartoDB/cartodb) Rails application: - creating user - creating publicuser - grant permissions on schemas - creating schemas -...
Backlog