Mike Bayer 0f42004dee - session.refresh() raises an informative error message if
the list of attributes does not include any column-based
attributes.

- query() raises an informative error message if no columns
or mappers are specified.

- lazy loaders now trigger autoflush before proceeding.  This
allows expire() of a collection or scalar relation to
function properly in the context of autoflush.

- whitespace fix to new Table prefixes option
2008-07-05 20:37:44 +00:00
2006-10-22 03:13:50 +00:00
2008-01-01 17:42:17 +00:00
2008-01-05 21:46:08 +00:00
2006-08-26 19:00:37 +00:00

SQLAlchemy
++++++++++

The Python SQL Toolkit and Object Relational Mapper

Requirements
------------

SQLAlchemy requires Python 2.3 or higher.  One or more DB-API implementations
are also required for database access.  See docs/intro.html for more
information on supported DB-API implementations.

Installing
----------

To install::

  python setup.py install

To use without installation, include the ``lib`` directory in your Python
path.

Package Contents
----------------

  doc/
     HTML documentation, including tutorials and API reference.

  examples/
     Fully commented and executable implementations for a variety of tasks.

  lib/
     SQLAlchemy.

  test/
     Unit tests for SQLAlchemy.  See ``README.unittests`` for more
     information.

Help
----

Mailing lists, wiki, and more are available on-line at
http://www.sqlalchemy.org.

License
-------

SQLAlchemy is distributed under the `MIT license
<http://www.opensource.org/licenses/mit-license.php>`_.
S
Description
The Database Toolkit for Python
Readme MIT 149 MiB
Languages
Python 100%