Re: [sqlalchemy] Alembic 0.3.1 released

2012-04-08 Thread limodou
On Sun, Apr 8, 2012 at 9:53 PM, Michael Bayer wrote: > > On Apr 7, 2012, at 8:50 PM, limodou wrote: > > I've tested today, and I felt very good. And I have a question, if I've > autogenerated once, and havn't upgrade to the database, so if I rerun the > autogenerate again, it'll say: > > Target da

Re: [sqlalchemy] Alembic 0.3.1 released

2012-04-08 Thread Michael Bayer
On Apr 7, 2012, at 8:50 PM, limodou wrote: > I've tested today, and I felt very good. And I have a question, if I've > autogenerated once, and havn't upgrade to the database, so if I rerun the > autogenerate again, it'll say: > > Target database is not up to date. > > So I want to know if the

Re: [sqlalchemy] Alembic 0.3.1 released

2012-04-07 Thread limodou
On Sun, Apr 8, 2012 at 6:05 AM, Michael Bayer wrote: > Alembic 0.3.1 is available at: > > http://pypi.python.org/pypi/alembic/ > > 0.3.1 > = > - [bug] bulk_insert() fixes: > >1. bulk_insert() operation was > not working most likely since the 0.2 series > when used with an engin

[sqlalchemy] Alembic 0.3.1 released

2012-04-07 Thread Michael Bayer
Alembic 0.3.1 is available at: http://pypi.python.org/pypi/alembic/ 0.3.1 = - [bug] bulk_insert() fixes: 1. bulk_insert() operation was not working most likely since the 0.2 series when used with an engine. #41 2. Repaired bulk_insert() to complete when used agai