~ubuntu-branches/debian/jessie/sqlalchemy/jessie

« back to all changes in this revision

Viewing changes to lib/sqlalchemy/dialects/informix/base.py

  • Committer: Package Import Robot
  • Author(s): Piotr Ożarowski
  • Date: 2012-06-17 23:25:01 UTC
  • mfrom: (1.4.21)
  • Revision ID: package-import@ubuntu.com-20120617232501-1ey18snu5pv5ivfv
Tags: 0.7.8-1
* New upstream release
* Add hardening flags (via /usr/share/dpkg/buildflags.mk)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
"""Support for the Informix database.
9
9
 
10
 
This dialect is mostly functional as of SQLAlchemy 0.6.5.
 
10
.. note::
11
11
 
 
12
    The Informix dialect functions on current SQLAlchemy versions
 
13
    but is not regularly tested, and may have many issues and 
 
14
    caveats not currently handled.
12
15
 
13
16
"""
14
17