We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404f117 commit 2ac69ffCopy full SHA for 2ac69ff
rabbitmq_amqp_python_client/entities.py
@@ -345,10 +345,9 @@ def _filter_sql(self, sql: str) -> None:
345
Args:
346
sql: SQL string to apply as a filter
347
"""
348
- if sql != "":
349
- self._filter_set[symbol(SQL_FILTER)] = Described(
350
- symbol(AMQP_SQL_FILTER), sql
351
- )
+ self._filter_set[symbol(SQL_FILTER)] = Described(
+ symbol(AMQP_SQL_FILTER), sql
+ )
352
353
def filter_set(self) -> Dict[symbol, Described]:
354
0 commit comments