OpenSIPS / opensips-cp

A Web Control Panel Application for the OpenSIPS, which is intended for both system and user provisioning. It features more than 18 tools, covering important functionalities (MI,statistics) and modules (acc,siptrace,drouting,dialplan) of OpenSIPS.
GNU General Public License v2.0
113 stars 78 forks source link

sql: syntax error in ocp_dashboard insert #286

Open greenbea opened 10 months ago

greenbea commented 10 months ago

The table name was quoted with backticks.

greenbea commented 4 months ago

Any reason this wasn't accepted?

greenbea commented 4 months ago

I just realized the backtick was intended for MySQL. but breaks for postgres. see https://github.com/OpenSIPS/opensips-cp/pull/293