Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - sessionmaker module is out, replaced with simple function in session.py | Mike Bayer | 2007-08-02 | 1 | -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 Bayer | 2007-08-02 | 1 | -15/+13 |
| | |||||
* | - used a metaclass trick to get Session.bind / Session.<someprop> to work | Mike Bayer | 2007-08-02 | 1 | -0/+13 |
| | |||||
* | - SessionContext and assignmapper are deprecated | Mike Bayer | 2007-08-01 | 1 | -0/+94 |
- Session function is removed - all replaced with new sessionmaker() function. description at: http://www.sqlalchemy.org/trac/wiki/WhatsNewIn04#create_sessionSessionContextassignmapperDeprecated |