SQLAlchemy 0.6beta1 Documentation

Version: 0.6beta1 Last Updated: 02/03/2010 12:04:11
API Reference | Index

Sybase

Support for the Sybase iAnywhere database.

This is not (yet) a full backend for Sybase ASE.

This dialect is not ported to SQLAlchemy 0.6.

This dialect is not tested on SQLAlchemy 0.6.

Known issues / TODO:

  • Uses the mx.ODBC driver from egenix (version 2.1.0)

  • The current version of sqlalchemy.databases.sybase only supports mx.ODBC.Windows (other platforms such as mx.ODBC.unixODBC still need some development)

  • Support for pyodbc has been built in but is not yet complete (needs further development)

  • Results of running tests/alltests.py:

    Ran 934 tests in 287.032s FAILED (failures=3, errors=1)

  • Tested on ‘Adaptive Server Anywhere 9’ (version 9.0.1.1751)

Previous: MaxDB Next: sqlalchemy.ext