CrunchyData / pg_eventserv

Small golang server to push PgSQL listen/notify events into websockets
Apache License 2.0
199 stars 14 forks source link

cannot listen on channel name with dots #4

Closed bokunodev closed 1 year ago

bokunodev commented 1 year ago

channel name with dot cause sql error due to identifier not properly escaped.

bokunodev commented 1 year ago

i have a question, this project feels half backed. is this really used in production? or is this only proof of concept?