[Sqlalchemy-tickets] [sqlalchemy] #2840: Support for PostgreSQL's SMALLSERIAL type
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-10-15 20:44:14
|
#2840: Support for PostgreSQL's SMALLSERIAL type
-------------------------+-----------------------------------------
Reporter: grv87 | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone:
Component: postgres | Severity: no triage selected yet
Keywords: | Progress State: awaiting triage
-------------------------+-----------------------------------------
SQLAlchemy supports PostgreSQL's BIGSERIAL type, but not SMALLSERIAL. I
propose to add SMALLSERIAL (which actually means sequenced column of type
smallint).
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2840>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|