port sipb-xen-database to sqlalchemy-0.4
authorGreg Price <price@mit.edu>
Mon, 29 Sep 2008 06:21:34 +0000 (02:21 -0400)
committerGreg Price <price@mit.edu>
Mon, 29 Sep 2008 06:21:34 +0000 (02:21 -0400)
commitfe3cf67c45ba77d082eeadfc191d627b43373cc1
tree1d8812e97f83e014312546ddfdf455612f9bf27f
parent3719ae682bdd951699686a948379defdd878f23b
port sipb-xen-database to sqlalchemy-0.4

Apparently they like breaking old interfaces (e.g. DynamicMetaData,
sqlalchemy.create_session, sqlalchemy.relation) when they add new ones.
Also letting other old interfaces (e.g. meta.connect) bitrot even
while still present.

svn path=/trunk/packages/sipb-xen-database/; revision=946
debian/changelog
python/database/__init__.py
python/database/models.py