]> 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:59:27 +0000 (15:59 -0500)
(cherry picked from commit 24dba714cb56e1f5a4dca5453cc5f442e6ee08ab)

lib/sqlalchemy/dialects/oracle/zxjdbc.py

index 510e1526a2c14d9c82b1d3ce4fb485040ba8ec57..03b82e930e1885f64f298ac7a00b2b2a89ea53f8 100644 (file)
@@ -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