datahuborg / datahub

An experimental hosted platform (GitHub-like) for organizing, managing, sharing, collaborating, and making sense of data.
https://datahub.csail.mit.edu
MIT License
210 stars 60 forks source link

Cannot use double quotes in queries. #121

Closed kxzhang closed 8 years ago

kxzhang commented 8 years ago

Postgres does not allow the use of double quotes in queries to create text strings. We should update the error message displayed to users to inform them of this problem (currently the error message is very uninformative and just states "ProgrammingError").

RogerTangos commented 8 years ago

+1. Likely will happen in using the REST api, since src/browser/views needs to be refactored anyhow.

RogerTangos commented 8 years ago

Duplicate of #147