UIKit0 / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Syntax error in auto generated migration files #283

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This code generated by calling `alembic revision --autogenerate`

op.create_table('todos', sa.Column('todo_id', sa.BIGINT(), server_default='nextval('todos_todo_id_seq'::regclass)', nullable=False), ...

(alembic 0.3.4 on python 3.2 on x86_64 linux)

Original issue reported on code.google.com by mtjahan...@gmail.com on 9 Jun 2012 at 4:40

GoogleCodeExporter commented 9 years ago
This issue is for a different Alembic project. (most likely the one that is 
part of sqlAlchemy)

The Google group for that is here:
http://groups.google.com/group/sqlalchemy-alembic?pli=1

Original comment by miller.lucas on 9 Jun 2012 at 5:02