]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added free-form `DDL` statements, can be executed standalone or tied to the DDL...
authorJason Kirtland <jek@discorporate.us>
Tue, 5 Feb 2008 05:46:33 +0000 (05:46 +0000)
committerJason Kirtland <jek@discorporate.us>
Tue, 5 Feb 2008 05:46:33 +0000 (05:46 +0000)
commit6d843aeeb2915206e3e80a6b88d9ce8ed068a035
tree87f288a7c9d991ea484aba19d44d885a3af8c523
parent6c73fbb4227327335be8f45f4dbf2bccd01d0918
- Added free-form `DDL` statements, can be executed standalone or tied to the DDL create/drop lifecycle of Tables and MetaData. [ticket:903]
- Added DDL event hooks, triggers callables before and after create / drop.
CHANGES
lib/sqlalchemy/__init__.py
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/util.py
test/engine/alltests.py
test/engine/ddlevents.py [new file with mode: 0644]