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
Describe the bug
Creating a table in database using not_null = set(...) and/or defaults=dict(...) parameters you get TypeError: unhashable type: 'set' or 'dict' accordingly
Artem-Ter
changed the title
[BUG]
[BUG] TypeError for tabels with not_null and defaults parameters
Oct 24, 2024
pydanny
changed the title
[BUG] TypeError for tabels with not_null and defaults parameters
[BUG] TypeError for tables with not_null and defaults parameters
Oct 28, 2024
Describe the bug
Creating a table in database using not_null = set(...) and/or defaults=dict(...) parameters you get TypeError: unhashable type: 'set' or 'dict' accordingly
Minimal Reproducible Example
Expected behavior
Create table with defaults and not null constraints
Environment Information
Confirmation
Please confirm the following:
The text was updated successfully, but these errors were encountered: