From: Mike Bayer Date: Fri, 20 Mar 2015 19:10:52 +0000 (-0400) Subject: - add a note that we aren't really doing zxjdbc right now even though X-Git-Tag: rel_1_0_0b2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffddfe1b17b5c09dcb6289f807200f7c8279190e;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - add a note that we aren't really doing zxjdbc right now even though these files are present. --- 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