_sa_skip_events
error when invoking statement and calling SignallingSession
#1066
Milestone
_sa_skip_events
error when invoking statement and calling SignallingSession
#1066
Hello, I've got instructed to post here from the very same issue I've created on this place: sqlalchemy/sqlalchemy#8260
Here's the example code from here which I am using: https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_39/test/ext/test_baked.py#L1023
When I try to execute a query with this event interceptor being in effect, I get the error about unexpected keyword argument
_sa_skip_events
, which I see is being appended to_bind_arguments
ininvoke_statement
method, before callingexecute
: https://github.com/sqlalchemy/sqlalchemy/blob/rel_1_4_39/lib/sqlalchemy/orm/session.py#L221Example code to reproduce:
The error with the stack trace I'm getting:
Environment:
The text was updated successfully, but these errors were encountered: