Differences between revisions 2 and 3
Revision 2 as of 2009-03-16 20:08:20
Size: 1063
Editor: PhilipJenvey
Comment: mention the pycon sprint
Revision 3 as of 2009-09-12 03:00:41
Size: 681
Editor: PhilipJenvey
Comment: status of sqlalchemy 0.6
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
SQLAlchemy is not formally supported on Jython yet, but the 0.6 release plans to support a wider array of DBAPI implementations, including Jython's JDBC/DBAPI driver: `zxJDBC`_. **Status**: Jython is supported as of SQLAlchemy 0.6 via zxJDBC. Requires Jython 2.5.1. See `SQLAlchemy 0.6 Supported Database Engines <http://www.sqlalchemy.org/docs/06/dbengine.html#supported-dbapis>`_
Line 8: Line 8:
The basis for this support is the `Dialect Refactor II <http://www.sqlalchemy.org/trac/ticket/672>`_ ticket. Older SQLAlchemy 0.5 support
============================
Line 10: Line 11:
The `SQLALchemy PyCon '09 Sprint <http://us.pycon.org/2009/sprints/projects/sqlalchemy/>`_ aims to focus on the 0.6 release

* Frank Wierzbicki, Ariane Paoao and others have made some progress making SQLAlchemy 0.4/0.5 work with MySQL via zxJDBC by patching SQLAlchemy

* Jonathan Ellis made an Oracle backend for SQLAlchemy via zxJDBC: http://pylonshq.com/pasties/77c3184b14d6936d86d13e4e65df92d2 Some other zxJDBC dialects would likely follow this example. Reports are it works under 0.5 but not 0.5.2: http://pieceofpy.com/index.php/2009/03/13/jython-25-and-snakefight-for-deploying-pylons-w-sqlalchemy-oracle/

.. _`zxJDBC`: http://jython.org/Project/userguide.html#database-connectivity-in-jython
* Jonathan Ellis made an experimental Oracle backend for SQLAlchemy 0.5: http://pylonshq.com/pasties/77c3184b14d6936d86d13e4e65df92d2 Some other zxJDBC dialects would likely follow this example. Reports are it works under 0.5 but not 0.5.2: http://pieceofpy.com/index.php/2009/03/13/jython-25-and-snakefight-for-deploying-pylons-w-sqlalchemy-oracle/

SQLAlchemy on Jython

Status: Jython is supported as of SQLAlchemy 0.6 via zxJDBC. Requires Jython 2.5.1. See SQLAlchemy 0.6 Supported Database Engines

Older SQLAlchemy 0.5 support

SqlAlchemyOnJython (last edited 2009-09-12 03:00:41 by PhilipJenvey)