summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/sessionmaker.py
Commit message (Collapse)AuthorAgeFilesLines
* - sessionmaker module is out, replaced with simple function in session.pyMike Bayer2007-08-021-105/+0
| | | | | | - scoping/class instrumenting behavior of sessionmaker moved into new scoping module which implements scoped_session() (subject to potential name change) - SessionContext / assignmapper are deprecated, replaced with scoped_session()
* replaced metaclass/__new__ insanity with a __call__()Mike Bayer2007-08-021-15/+13
|
* - used a metaclass trick to get Session.bind / Session.<someprop> to workMike Bayer2007-08-021-0/+13
|
* - SessionContext and assignmapper are deprecatedMike Bayer2007-08-011-0/+94
- Session function is removed - all replaced with new sessionmaker() function. description at: http://www.sqlalchemy.org/trac/wiki/WhatsNewIn04#create_sessionSessionContextassignmapperDeprecated