illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Bugfix: Backticks are invalid in postgresql #292

Closed winstan closed 4 years ago

winstan commented 4 years ago

Backtick table name escaping is invalid for postgresql. This replaces backticks with double quotes.

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/illinois/queue/dhioookurm 🌍 Preview: In Progress

winstan commented 4 years ago

So, travisCI uses MySQL, but https://github.com/illinois/queue/blob/master/src/config/config.js says postgres. Rather than updating to not use backticks, should config.js be updated to use mysql instead of postgres?