]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- update oracle JDBC driver URL, fixes #3554
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jan 2016 20:58:24 +0000 (15:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Jan 2016 20:58:24 +0000 (15:58 -0500)
lib/sqlalchemy/dialects/oracle/zxjdbc.py

index ab1ade0470d8af541c94310bcf843a656ec94bf7..b12082f4cc0bdfee443b6d16f77cbd34e7dda23c 100644 (file)
@@ -10,8 +10,7 @@
     :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.