fixed bug in sqlalchemy.id_column()

This commit is contained in:
Yusur 2025-06-18 16:30:02 +02:00
parent e5d9c8e4a6
commit 3d03cc00fa
4 changed files with 8 additions and 5 deletions

View file

@ -3,6 +3,7 @@
## 0.3.3
- Fixed leftovers in `snowflake` module from unchecked code copying — i.e. `SnowflakeGen.generate_one()` used to require an unused typ= parameter
- Fixed a bug in `id_column()` that made it fail to provide a working generator — again, this won't be backported
## 0.3.2