summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/sessioncontext.py
Commit message (Collapse)AuthorAgeFilesLines
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-50/+0
| | | | 0.4 development continues at /sqlalchemy/branches/rel_0_4
* - sessionmaker module is out, replaced with simple function in session.pyMike Bayer2007-08-021-50/+17
| | | | | | - 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()
* - SessionContext and assignmapper are deprecatedMike Bayer2007-08-011-2/+3
| | | | | | - Session function is removed - all replaced with new sessionmaker() function. description at: http://www.sqlalchemy.org/trac/wiki/WhatsNewIn04#create_sessionSessionContextassignmapperDeprecated
* Added EXT_CONTINUE and EXT_STOP for MapperExtensions; EXT_PASS is a synonym ↵Jason Kirtland2007-08-011-3/+3
| | | | | | for EXT_CONTINUE. Repointed docs and examples to EXT_CONTINUE
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-4/+24
| | | | maintenance branch in branches/rel_0_3.
* migrated (most) docstrings to pep-257 format, docstring generator using ↵Mike Bayer2007-02-251-20/+27
| | | | | | straight <pre> + trim() func for now. applies most of [ticket:214], compliemnts of Lele Gaifax
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-0/+55