Thanks for all the info. I feel a lot better about using this orm now
=]
On Dec 24, 7:50 pm, Michael Bayer wrote:
> On Dec 24, 2009, at 3:44 PM, Nick Retallack wrote:
>
> > I've looked at sqlalchemy-migrate, but I can't figure out how it
> > works. Can you give me an example of how to rename a
On Dec 24, 2009, at 3:44 PM, Nick Retallack wrote:
> I've looked at sqlalchemy-migrate, but I can't figure out how it
> works. Can you give me an example of how to rename a column in an
> existing table?
Simple procedures like that are documented on the migrate site.
> They mention it here, bu
I've looked at sqlalchemy-migrate, but I can't figure out how it
works. Can you give me an example of how to rename a column in an
existing table?
http://packages.python.org/sqlalchemy-migrate/changeset.html#column
They mention it here, but it's unclear where this column object came
from. What i