]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- add API support for inline literals
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Nov 2011 22:17:27 +0000 (17:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Nov 2011 22:17:27 +0000 (17:17 -0500)
commitaa3551030021dd3929237444b3a6f34cc67e4213
treed960c60b191df4634e9e4f8247602293cd650619
parentda8e3db9ec3ab96a1a90937a794122ea6c455548
- add API support for inline literals
- push ad-hoc table/column constructs for CRUD operations
- update docs to more comprehensively describe how to do
CRUD in migrations
alembic/op.py
tests/test_bulk_insert.py
tests/test_op.py