]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
- add a note that we aren't really doing zxjdbc right now even though
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Mar 2015 19:10:52 +0000 (15:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 20 Mar 2015 19:10:52 +0000 (15:10 -0400)
these files are present.

doc/build/intro.rst
lib/sqlalchemy/dialects/mssql/zxjdbc.py
lib/sqlalchemy/dialects/oracle/zxjdbc.py

index ea4a3ce11fa49cd294b02bc02e4dd62e89823275..3231bfe9c00cfff54be53fbb9d49c5452466ff4b 100644 (file)
@@ -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
 -------------------------------
 
index 2b8d3ff713ce75bc8c9e6e59fa2b8acb5cd3b38f..85539817e01efd8057eb01d367ad1d7a4763011f 100644 (file)
@@ -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
index 3025212b6840f522ae5bea78d88da57bae0cda28..ab1ade0470d8af541c94310bcf843a656ec94bf7 100644 (file)
@@ -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