You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hah, nice catch! That's actually my fault because I was using the identifier escape function for channel names. That is great when you want to write schema.table, but not great for channel names ;) I've fixed it, and I'll make a release with this fix this week.
Hi! Is it possible to listen to a channel which has a "." character in its name?
throws
Uncaught (in promise) PostgresError: syntax error at or near "."
Is there a way to escape this character?
The text was updated successfully, but these errors were encountered: