Postgres enums bind by name unless you tell them not to
2026-09-04
SQLAlchemy sends the member name, Postgres holds the value, and nothing complains until the first insert.
values_callable is not optional.
2026-09-04
SQLAlchemy sends the member name, Postgres holds the value, and nothing complains until the first insert.