]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Calling :func:`.bulk_insert` with an empty list will not emit any
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Jan 2014 15:43:43 +0000 (10:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Jan 2014 15:43:43 +0000 (10:43 -0500)
commitdccc55815315158546cf25eb6396721ace7d4885
tree2b89678052d93b756e291ef7ed25859a144a2fe6
parentd8770ad057f05501c463638249d07ece385827d8
- Calling :func:`.bulk_insert` with an empty list will not emit any
commands on the current connection.  This was already the case with
``--sql`` mode, so is now the case with "online" mode.
alembic/ddl/impl.py
docs/build/changelog.rst
tests/test_bulk_insert.py