[sqlalchemy] RE: 'Hand Coded Applications with SQLAlchemy' video

2012-11-30 Thread Kent Tenney
Howdy, I'm a Python programmer setting out to put a bunch of stuff into a Postgres db, studying the video for direction. I wonder if any of the practices described have changed substantially since it was recorded. Just checked and found it's from Pycon 2012, so probably not, though SA seems to

[sqlalchemy] alembic handles no primary key table

2012-11-30 Thread junepeach
I know it is not good idea that there is no primary key in a table. But if some people just want to design a table like that, how can alembic tool handle that? It seems Alembic doesn't allow to create a non-primary key table. Thanks a lot and have a good weekend! -- You received this

Re: [sqlalchemy] alembic handles no primary key table

2012-11-30 Thread Michael Bayer
On Nov 30, 2012, at 5:13 PM, junepeach wrote: I know it is not good idea that there is no primary key in a table. But if some people just want to design a table like that, how can alembic tool handle that? It seems Alembic doesn't allow to create a non-primary key table. Thanks a lot

Re: [sqlalchemy] RE: 'Hand Coded Applications with SQLAlchemy' video

2012-11-30 Thread Michael Bayer
On Nov 30, 2012, at 10:50 AM, Kent Tenney wrote: Howdy, I'm a Python programmer setting out to put a bunch of stuff into a Postgres db, studying the video for direction. I wonder if any of the practices described have changed substantially since it was recorded. Just checked and