Mike Bayer 4fffc21c87 - the "where" criterion of an update() and delete() now correlates
embedded select() statements against the table being updated or
deleted.  this works the same as nested select() statement
correlation, and can be disabled via the correlate=False flag on
the embedded select().
2007-04-18 22:54:40 +00:00
2007-04-17 21:33:29 +00:00
2006-10-22 03:13:50 +00:00
2007-01-05 19:26:11 +00:00
2005-11-05 20:12:10 +00:00
2006-08-26 19:00:37 +00:00

SQLAlchemy is licensed under an MIT-style license (see LICENSE).
Other incorporated projects may be licensed under different licenses.
All licenses allow for non-commercial and commercial use.

To install:

	python setup.py install

SVN checkouts also inlcude setup.cfg file allowing setuptools to create 
an svn-tagged build.  

Documentation is available in HTML format in the ./doc/ directory.

Information running unit tests is in README.unittests.	

good luck !
	
S
Description
The Database Toolkit for Python
Readme MIT 150 MiB
Languages
Python 100%