From ffddfe1b17b5c09dcb6289f807200f7c8279190e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 20 Mar 2015 15:10:52 -0400 Subject: [PATCH] - add a note that we aren't really doing zxjdbc right now even though these files are present. --- doc/build/intro.rst | 4 ++++ lib/sqlalchemy/dialects/mssql/zxjdbc.py | 2 ++ lib/sqlalchemy/dialects/oracle/zxjdbc.py | 3 +++ 3 files changed, 9 insertions(+) diff --git a/doc/build/intro.rst b/doc/build/intro.rst index ea4a3ce11f..3231bfe9c0 100644 --- a/doc/build/intro.rst +++ b/doc/build/intro.rst @@ -77,6 +77,10 @@ SQLAlchemy has been tested against the following platforms: .. versionchanged:: 0.9 Python 2.6 is now the minimum Python version supported. +Platforms that don't currently have support include Jython, IronPython. +Jython has been supported in the past and may be supported in future +releases as well, depending on the state of Jython itself. + Supported Installation Methods ------------------------------- diff --git a/lib/sqlalchemy/dialects/mssql/zxjdbc.py b/lib/sqlalchemy/dialects/mssql/zxjdbc.py index 2b8d3ff713..85539817e0 100644 --- a/lib/sqlalchemy/dialects/mssql/zxjdbc.py +++ b/lib/sqlalchemy/dialects/mssql/zxjdbc.py @@ -13,6 +13,8 @@ [?key=value&key=value...] :driverurl: http://jtds.sourceforge.net/ + .. note:: Jython is not supported by current versions of SQLAlchemy. The + zxjdbc dialect should be considered as experimental. """ from ...connectors.zxJDBC import ZxJDBCConnector diff --git a/lib/sqlalchemy/dialects/oracle/zxjdbc.py b/lib/sqlalchemy/dialects/oracle/zxjdbc.py index 3025212b68..ab1ade0470 100644 --- a/lib/sqlalchemy/dialects/oracle/zxjdbc.py +++ b/lib/sqlalchemy/dialects/oracle/zxjdbc.py @@ -13,6 +13,9 @@ :driverurl: http://www.oracle.com/technology/software/tech/java/\ sqlj_jdbc/index.html. + .. note:: Jython is not supported by current versions of SQLAlchemy. The + zxjdbc dialect should be considered as experimental. + """ import decimal import re -- 2.47.3