]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- The :class:`~sqlalchemy.schema.Table` object is now returned when
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Nov 2014 23:06:26 +0000 (18:06 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Nov 2014 23:06:26 +0000 (18:06 -0500)
commit8272c85faadb234af25e5a4f029a8c24879ef67d
treefdeab2968d8e04984be773f2758bd6b0c2784ed1
parent5112dc14330e86f7415e767622c7b880ecbbeb94
- The :class:`~sqlalchemy.schema.Table` object is now returned when
the :meth:`.Operations.create_table` method is used.  This ``Table``
is suitable for use in subsequent SQL operations, in particular
the :meth:`.Operations.bulk_insert` operation.
fixes #205
alembic/operations.py
docs/build/changelog.rst
tests/test_bulk_insert.py
tests/test_op.py