Re: Use events with expression api

2020-09-30 Thread Brian Hill
I was to associate/call functions when specific tables and columns are updated. Sent from my iPad > On Sep 30, 2020, at 5:03 PM, Mike Bayer wrote: > >  > SQL expressions are intercepted by the SQL Execution events described at > https://docs.sqlalchemy.org/en/13/core/events.html#sql-execution

Re: Use events with expression api

2020-09-30 Thread Mike Bayer
SQL expressions are intercepted by the SQL Execution events described at https://docs.sqlalchemy.org/en/13/core/events.html#sql-execution-and-connection-events and the main ones are before_execute() and before_cursor_execute(), but it depends on what you want to do.if you want to change how

Use events with expression api

2020-09-30 Thread brian...@blue-newt.com
Is there a way to use events with the expression api? I see how they're used with ORM and Core but not expressions. Thanks, Brian -- You received this message because you are subscribed to the Google Groups "sqlalchemy-alembic" group. To unsubscribe from this group and stop receiving emails fr

Use events with expression api

2020-09-30 Thread brian...@blue-newt.com
Is there a way to use events with the expression api? I see how they're used with ORM and Core, but not expressions. Thanks, Brian -- You received this message because you are subscribed to the Google Groups "sqlalchemy-alembic" group. To unsubscribe from this group and stop receiving emails f