github sqlalchemy/alembic rel_0_3_1
0.3.1

latest releases: rel_1_15_2, rel_1_15_1, rel_1_15_0...
5 years ago

0.3.1

Released: Sat Apr 07 2012

  • [bug] bulk_insert() fixes:

    -   bulk_insert() operation was
        not working most likely since the 0.2 series
        when used with an engine.
    
    -   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.
    
    -   bulk_insert() uses "inline=True" so that phrases
        like RETURNING and such don't get invoked for
        single-row bulk inserts.
    
    -   bulk_insert() will check that you're passing
        a list of dictionaries in, raises TypeError
        if not detected.
    

    References: #41

Don't miss a new alembic release

NewReleases is sending notifications on new releases.