mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-14 12:47:22 -04:00
f6068a3522bb92fac18c930eb26798fc4cb1889f
exactly one expression in its columns clause. - added "helper exception" to select.type access, generic functions raise the chance of this happening - a slight behavioral change to attributes is, del'ing an attribute does *not* cause the lazyloader of that attribute to fire off again; the "del" makes the effective value of the attribute "None". To re-trigger the "loader" for an attribute, use session.expire(instance, [attrname]). - fix ormtutorial for IS NULL
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%