]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
add a bulk insert feature. probably needs some work
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Apr 2011 16:11:20 +0000 (12:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 22 Apr 2011 16:11:20 +0000 (12:11 -0400)
commitea3b0591373ce02a3f0b696fe33507037251f406
tree814bf7b15a53689c362ee8db0b74926abb16179e
parent2d7cdad5fb11a8c484331a6c13ba58025690134b
add a bulk insert feature.   probably needs some work
alembic/context.py
alembic/ddl/__init__.py
alembic/ddl/mssql.py [new file with mode: 0644]
alembic/op.py
tests/__init__.py
tests/test_bulk_insert.py [new file with mode: 0644]
tests/test_op.py