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
Fixed bug when using a declarative function for the __tablename__
When specifying a function to dynamically define a tablename as a declared
attribute it became impossible to overwrite it using a manually defined name.
Look at the test to see the issue, with the original code this test would fail.
0 commit comments