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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi @long2ice 👋
On the test suite, it looks like a custom Context is being created:
asynch/tests/test_proto/columns/test_intcolumn.py
Lines 14 to 17 in 7a9c3dc
But then, on
proto/context.py, I see thisContext:asynch/asynch/proto/context.py
Line 10 in 7a9c3dc
And on
_prepareI see this:asynch/asynch/cursors.py
Line 221 in 7a9c3dc
My question is: is the type of
contexton_preparesupposed to be theproto.context.Context? 🤔If so, should we check the
context.settings.execution_optionsinstead? I'm a bit confused about it...By the way, we are using
asynch, thanks for it! :)All reactions