summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/scoping.py
Commit message (Expand)AuthorAgeFilesLines
* Add .autocommit to scoped_sessionBen Fagin2017-07-051-1/+2
* Remove "scope" keyword from scoped_session.__call__()Mike Bayer2017-05-221-11/+7
* Support python3.6Mike Bayer2017-01-131-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* updated sphinx tagetingjonathan vanasco2015-04-021-8/+10
* updates to scoping docs to make `.session_factory` appear publicjonathan vanasco2015-04-021-2/+7
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-4/+4
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* Added support for new :attr:`.Session.info` attribute toMike Bayer2013-11-191-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-3/+11
* - commit Priit Laes docstring fixesMike Bayer2012-09-301-2/+2
* updatesMike Bayer2012-09-101-7/+26
* - rework scoped_session and sessionmaker, [ticket:2500]Mike Bayer2012-09-101-18/+33
* -whitespace bonanza, contdMike Bayer2012-07-281-4/+4
* - move all of orm to use absolute importsMike Bayer2012-06-231-5/+4
* plus add it to the scoping namespaceMike Bayer2012-02-251-5/+7
* happy new yearMike Bayer2012-01-041-1/+1
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-6/+6
* - remove some remaining sys.modules shenanigansrel_0_7b1Mike Bayer2011-02-121-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-5/+5
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-2/+2
* - move deprecated interfaces down to bottom of TOC, update verbiageMike Bayer2010-11-101-84/+2
* - scoped_session emits a warning when configure() isMike Bayer2010-09-211-2/+9
* doc updatesMike Bayer2010-09-061-2/+7
* get slightly better about deprecations in docstrings, tho this is kind of an ...Mike Bayer2010-08-091-4/+2
* add docstring for remove [ticket:1715]Mike Bayer2010-02-261-0/+2
* add autoflush to the list of attributes exported on scoped_sessionMike Bayer2010-01-211-1/+1
* merged scopefunc patch from r6420 of 0.5 branchMike Bayer2009-10-201-2/+6
* removed obsolete code (closes #1559)Gaƫtan de Menten2009-09-301-7/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-061-1/+1
* Session.mapper is now *deprecated*.Mike Bayer2009-07-031-8/+10
* - Added ScopedSession.is_active accessor. [ticket:976]Mike Bayer2008-12-271-1/+1
* - session.execute() will execute a Sequence object passed toMike Bayer2008-09-281-10/+12
* Tidy.Jason Kirtland2008-09-281-3/+2
* - Fixed shared state bug interfering with ScopedSession.mapper'sJason Kirtland2008-09-271-15/+12
* Added query_cls= override to scoped_session's query_propertyJason Kirtland2008-09-271-3/+16
* - The "entity_name" feature of SQLAlchemy mappersMike Bayer2008-08-021-2/+1
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-151-2/+4
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-3/+3
* - Fixed a couple lingering exceptions->exc usagesJason Kirtland2008-07-151-27/+21
* move the definition of sessions public methods closer to the sourceAnts Aasma2008-05-091-1/+1
* added "add", "add_all", "expire_all" to SSMike Bayer2008-05-091-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-17/+39
* - added standalone "query" class attribute generatedMike Bayer2008-01-251-1/+25
* - mapped classes which extend "object" and do not provide anMike Bayer2007-12-291-2/+6
* dont call up new session unless save_on_initMike Bayer2007-10-311-1/+1