asipto / siremis

Web Admin Interface for Kamailio
http://www.siremis.org
99 stars 47 forks source link

Update getDBTableQuoted #55

Open ghost opened 4 years ago

ghost commented 4 years ago

The ticks were causing malformed queries and not allowing access to Sip admin module links. I have only tested on mysql Ver 8.0.19 for Linux on x86_64

54

miconda commented 4 years ago

This patch can break the MySQL support. You have to change it to return old format for MySQL backend and this one for Postgres.

Did everything work work with Postgres when using this patch?