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
[IMP] pg.named_cursor: lessons learned from pg.query_ids
- it is not exactly right to call into the `Cursor`'s `__enter__` and
`__exit__` methods
- `Cursor` should be explicitly closed before it is garbage collected
0 commit comments