]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Session.scalar() now converts raw SQL strings to text()
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Feb 2009 23:10:52 +0000 (23:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 17 Feb 2009 23:10:52 +0000 (23:10 +0000)
commit911c7b9b36277d31b5b74bd6ea6dc73743c7cb9f
tree09274c0f520dcd3fcf6c705135f0a68ff3e55894
parent38c9a5be50af93fe5ba4a9af4ecb594bb6ffff36
- Session.scalar() now converts raw SQL strings to text()
the same way Session.execute() does and accepts same
alternative **kw args.
CHANGES
lib/sqlalchemy/orm/session.py
test/orm/session.py