]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
mssql+zxjdbc support
authorPhilip Jenvey <pjenvey@underboss.org>
Fri, 11 Sep 2009 08:10:32 +0000 (08:10 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Fri, 11 Sep 2009 08:10:32 +0000 (08:10 +0000)
commitf385260987da45ce140edba986b1ac0c2a6a9e35
tree087e9236e9d1bfa46563be149a06c8fffeeaf408
parent0c26713326f8e9367e58f9c693455b055a1aef8c
mssql+zxjdbc support
original patch from Victor Ng
fixes #1505
README.unittests
lib/sqlalchemy/dialects/mssql/__init__.py
lib/sqlalchemy/dialects/mssql/zxjdbc.py [new file with mode: 0644]
lib/sqlalchemy/test/requires.py
test/orm/test_unitofwork.py
test/sql/test_returning.py