Alembic 0.3.1 released

9 views
Skip to first unread message

Michael Bayer

unread,
Apr 7, 2012, 6:05:08 PM4/7/12
to sqlal...@googlegroups.com, sqlalche...@googlegroups.com, sqlalchem...@googlegroups.com
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 against a lower-case-t table and executing
with only one set of parameters, working
around SQLAlchemy bug #2461 in this regard.
3. bulk_insert() uses "inline=True" so that phrases
like RETURNING and such don't get invoked for
single-row bulk inserts.
4. bulk_insert() will check that you're passing
a list of dictionaries in, raises TypeError
if not detected.

Reply all
Reply to author
Forward
0 new messages