… is JSONField and we expect to retrieve a string.
May resolve #444
When accessing the gcmd sync list route, we get an error due to our use of Coalesce. We intend to retrieve a string, but are apparently retrieving data from both JSONFields and CharFields. I can't replicate this locally, so there may be something in the staging database causing the error, but this should at least force Coalesce to return a string.
… is JSONField and we expect to retrieve a string.
May resolve #444
When accessing the gcmd sync list route, we get an error due to our use of
Coalesce
. We intend to retrieve a string, but are apparently retrieving data from both JSONFields and CharFields. I can't replicate this locally, so there may be something in the staging database causing the error, but this should at least force Coalesce to return a string.