mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-31 04:48:02 -04:00
2f8ebfef1d096dd5e012ca67b775cfde8778ba13
into DeferredColumnLoader (i.e. deferred polymorphic loader) - added generic deferred_load(instance, props) method, will set up "deferred" or "lazy" loads across a set of properties. - mapper post-fetch now uses all deferreds, no more post-selects inside a flush() [ticket:652]
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 include 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 !
Description
Languages
Python
100%