The op.drop_table
operation does not trigger the before_drop
and after_drop
events
#1037
Labels
op.drop_table
operation does not trigger the before_drop
and after_drop
events
#1037
Describe the bug
The
op.drop_table
operation does not trigger any event while theop.create_table
does trigger the related events. This behavior is confusing for the user.Expected behavior
The
op.drop_table
operation should trigger thebefore_drop
andafter_drop
events forop.drop_table
operation.To Reproduce
Please try to provide a Minimal, Complete, and Verifiable example, with the migration script and/or the SQLAlchemy tables or models involved.
See also Reporting Bugs on the website.
Here is a test that can be added in
tests.test_op.OpTest
:Error
Versions.
Additional context
This issue is related to geoalchemy/geoalchemy2#374
Have a nice day!
The text was updated successfully, but these errors were encountered: