As discussed in #77.
The issue appears to stem from this commit in SQLAlchemy, which modified the signature of _render_string_type.
In hindsight, it seems this API is less stable than I had initially assumed. To make the code more robust, we should add dedicated functions for each CHAR type instead of relying directly on _render_string_type.