Mike Bayer ae5e73cbc1 modifcation to unitofwork to not maintain ordering within the
"new" list or within the UOWTask "objects" list; instead, new objects
are tagged with an ordering identifier as they are registered as new
with the session, and the INSERT statements are then sorted within the
mapper save_obj.  the INSERT ordering has basically been pushed allthe way
to the end of the flush cycle. that way the various sorts and
organizations occuring within UOWTask (particularly the circular task
sort) dont have to worry about maintaining order (which they werent anyway)
2006-08-12 22:58:49 +00:00
2006-08-12 20:19:03 +00:00
2006-07-18 15:13:32 +00:00
2005-10-27 04:15:28 +00:00
2005-12-31 03:23:12 +00:00
2005-11-05 20:12:10 +00:00
2006-02-04 06:57:49 +00:00
2006-08-11 23:21:51 +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
	
good luck !
	
S
Description
The Database Toolkit for Python
Readme MIT 150 MiB
Languages
Python 100%