Support for PostgreSQL's SMALLSERIAL type

Issue #2840 resolved
Basil Peace created an issue

SQLAlchemy supports PostgreSQL's BIGSERIAL type, but not SMALLSERIAL. I propose to add SMALLSERIAL (which actually means sequenced column of type smallint).

Comments (3)

  1. Mike Bayer repo owner

    Assuming you're referring to the DDL generation of BIGSERIAL/SERIAL. Postgresql 8.x doesnt have SMALLSERIAL so am trying to identify the specific version where this becomes avaiable.

  2. Log in to comment