Mike Bayer 35e2f6680b futher fix to the "orphan state" idea. to avoid setting tons of
"hasparent" flags on objects as they are loaded, both from lazy and eager loads,
the "orphan" check now uses an "optimistic" flag to determine the result if no
"hasparent" flag is found for a particular relationship on an instance. if the
instance has an _instance_key and therefore was loaded from the database, it is
assumed to not be an orphan unless a "False" hasparent flag has been set.  if the
instance does not have an _instance_key and is therefore transient/pending, it is
assumed to be an orphan unless a "True" hasparent flag has been set.
2006-09-01 17:01:55 +00:00
2006-08-26 20:16:19 +00:00
2006-08-12 23:35:54 +00:00
2005-12-31 03:23:12 +00:00
2005-11-05 20:12:10 +00:00
2006-08-26 19:00:37 +00:00
2006-08-26 19:00:37 +00:00
2006-08-12 20:19:03 +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.

The "raw" format of the documentation is Markdown with a few extra syntaxes 
added in; those files are present in ./doc/build/content/.

To fully generate the documentation into both Myghty and HTML format:

	cd ./doc/build/
	python genhtml.py

Information running unit tests is in README.unittests.	

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