From: Mike Bayer Date: Wed, 20 Jan 2016 20:58:24 +0000 (-0500) Subject: - update oracle JDBC driver URL, fixes #3554 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d636f6c167fc32119612e93205024dc39af4fdf8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - update oracle JDBC driver URL, fixes #3554 (cherry picked from commit 24dba714cb56e1f5a4dca5453cc5f442e6ee08ab) --- diff --git a/lib/sqlalchemy/dialects/oracle/zxjdbc.py b/lib/sqlalchemy/dialects/oracle/zxjdbc.py index 510e1526a2..03b82e930e 100644 --- a/lib/sqlalchemy/dialects/oracle/zxjdbc.py +++ b/lib/sqlalchemy/dialects/oracle/zxjdbc.py @@ -9,7 +9,10 @@ :name: zxJDBC for Jython :dbapi: zxjdbc :connectstring: oracle+zxjdbc://user:pass@host/dbname - :driverurl: http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html. + :driverurl: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html + + .. note:: Jython is not supported by current versions of SQLAlchemy. The + zxjdbc dialect should be considered as experimental. """ import decimal