- update oracle JDBC driver URL, fixes #3554

This commit is contained in:
Mike Bayer
2016-01-20 15:58:24 -05:00
parent a53bd6f74b
commit 24dba714cb
+1 -2
View 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.