Files
sqlalchemy/doc
Mike Bayer 4d132c38af Added a new attribute :attr:.Session.info to :class:.Session;
this is a dictionary where applications can store arbitrary
data local to a :class:`.Session`.
The contents of :attr:`.Session.info` can be also be initialized
using the ``info`` argument of :class:`.Session` or
:class:`.sessionmaker`.
2013-08-02 12:39:29 -04:00
..