]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- jython support. works OK for expressions, there's a major weakref bug in ORM tho
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Mar 2009 22:32:36 +0000 (22:32 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 30 Mar 2009 22:32:36 +0000 (22:32 +0000)
commit551d3a3ca50a14bca4f5ef63b1da5105984fcbe5
tree41ca5e451c66c67a945299299b0fbf95ccba68d6
parentd9c7b94fec74af3f3fdbc87ca9676f5f4e97a351
- jython support.  works OK for expressions, there's a major weakref bug in ORM tho
- reraises of exceptions pass along the original stack trace
17 files changed:
lib/sqlalchemy/connectors/zxJDBC.py
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/mysql/mysqldb.py
lib/sqlalchemy/dialects/mysql/pyodbc.py
lib/sqlalchemy/dialects/mysql/zxjdbc.py [new file with mode: 0644]
lib/sqlalchemy/dialects/postgres/base.py
lib/sqlalchemy/dialects/postgres/zxjdbc.py [new file with mode: 0644]
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/engine/reflection.py
lib/sqlalchemy/engine/strategies.py
lib/sqlalchemy/exc.py
lib/sqlalchemy/orm/attributes.py
test/dialect/postgres.py
test/orm/query.py
test/sql/query.py
test/testlib/config.py
test/testlib/testing.py