binarymatt / redshift_sqlalchemy

Amazon Redshift SQLAlchemy Dialect
MIT License
48 stars 21 forks source link

An implementation of the IDENTITY column attribute #16

Closed oyiptong closed 9 years ago

oyiptong commented 10 years ago

Redshift supports neither the autoincrement attribute nor the SERIAL type.

The IDENTITY attribute is offered in its place and this is an implementation that allows its declaration.