0.14.0a3 add ascii_column() and runtime check to match_column()

This commit is contained in:
Yusur 2026-07-04 15:37:16 +02:00
parent e2aec01d31
commit b239d0eaca
3 changed files with 50 additions and 8 deletions

View file

@ -4,7 +4,9 @@
* Added `ast` module
* Deprecate `dei_args()` for problems with the typing system. The function is not going away tho
* Module `sqlalchemy`: added `email_column()`
* Module `sqlalchemy`:
* added `email_column()`, `ascii_column()`
* added application level checks for `match_column()`
* Added common values for snowflake epoch in `SnowflakeEpoch` enum
## 0.13.1 and 0.12.7