diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-12-18 00:24:03 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2007-12-18 00:24:03 +0000 |
commit | f6068a3522bb92fac18c930eb26798fc4cb1889f (patch) | |
tree | 2ce96db7758621f605ea605342a106309e134d56 /lib/sqlalchemy/sql/functions.py | |
parent | 420c098d56e9925b51067711c6817475165c6af2 (diff) | |
download | sqlalchemy-f6068a3522bb92fac18c930eb26798fc4cb1889f.tar.gz |
- select().as_scalar() will raise an exception if the select does not have
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
Diffstat (limited to 'lib/sqlalchemy/sql/functions.py')
0 files changed, 0 insertions, 0 deletions