Started getting this error all of a sudden in one of our django applications:
DataError: array value must start with "{" or dimension information
Turns out someone accidentally made a varchar column an array varchar(100)[] instead of a varchar(100).