]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
illustrate the basic idea of add_xxx(strings), whereby Table/Column/Constraint objects
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Apr 2010 04:20:57 +0000 (00:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Apr 2010 04:20:57 +0000 (00:20 -0400)
commitde3643bc4fb5c6af94fb2139395950effb09d281
tree1c33e84e8407fc816c0dc4073f8c26a8326107d5
parenta1632ab25e01da32ca3968944d8be3cf44a4ca09
illustrate the basic idea of add_xxx(strings), whereby Table/Column/Constraint objects
are just generated in order to produce the DDL.   I'm not entirely
thrilled with this - would be nicer if we could get sqlalchemy.schema constructs
to generate with strings alone - but this would change their signatures.  so we're sort
of doing that here anyway.
alembic/command.py
alembic/context.py
alembic/op.py
alembic/util.py
tests/test_schema.py [new file with mode: 0644]