Conversation
|
The backtick works fine for mysql but breaks for postgres. Mysql supports double quotes too for identifiers .https://dev.mysql.com/doc/refman/8.0/en/sql-mode.html#sqlmode_ansi_quotes. |
liviuchircu
left a comment
There was a problem hiding this comment.
Hi, @greenbea! Just left a quick improvement suggestion for you to evaluate before we merge.
|
You have to set the sql_mode. Try |
|
Hi @greenbea! I just pushed a new branch for working on this issue (bugfix/fix-dashboard-postgres), with a preliminary fix, inspired by the discussion so far. Could you please check that commit / approach and see if it fixes the dashboard on your Postgres setup? In short, there are lots of |
No description provided.