asyncpg icon indicating copy to clipboard operation
asyncpg copied to clipboard

add quote param to add_listener

Open ajaxerror opened this issue 4 years ago • 0 comments

This param is a switch that lets the user specify whether or not they want the channel name to be sent to postgres as quoted identifier. If the flag is set to false, it allows the user to call the method with all-caps channel names without the need to call the channels as quoted identifiers from notify statements in postgres. The flag defaults to True so will not break anyone's code.

ajaxerror avatar Jul 27 '21 23:07 ajaxerror