Unverified Commit b36b9509 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #19653 from jdavcs/24.1_fix_exec_options

[24.1] Initialize dictionary used to set connection execution options
parents ca9bf294 f55c3f76
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ class ItemGrabber:
        self.self_handler_tags = self_handler_tags
        self.max_grab = max_grab
        self.handler_tags = handler_tags
        self._grab_conn_opts = {}
        self._grab_query = None
        self._supports_returning = self.app.application_stack.supports_returning()