summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/scoping.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - also added proxying of save_or_update to scoped sessions.Ants Aasma2007-10-311-1/+1
* Added proxying of __contains__ and __iter__ methods for scoped sessionsAnts Aasma2007-10-311-1/+1
* Converted errant generator expression.Jason Kirtland2007-10-131-1/+3
* - fix multiple consequent two phase transactions not working with postgres. F...Ants Aasma2007-10-081-7/+14
* - added session.is_modified(obj) method; performs the same "history" comparis...Mike Bayer2007-09-241-1/+1
* remove() should issue a close() on existing sessionMike Bayer2007-08-301-0/+2
* Fix for scoped_session's `mapper(extension=<scalar>)` [ticket:760]Jason Kirtland2007-08-291-1/+1
* - moved test/orm/fixtures.py to testlibMike Bayer2007-08-161-1/+1
* -removed print statementsMike Bayer2007-08-151-1/+0
* Removed unused imports, other import adjustments per pyflakesJason Kirtland2007-08-131-3/+2
* - scoped_session docsMike Bayer2007-08-121-1/+5
* - added 'object_session' as classlevel method to SessionMike Bayer2007-08-091-1/+1
* added missing methods/props to ScopedSessionMike Bayer2007-08-081-2/+2
* - removed enhance_classes from scoped_session, replaced withMike Bayer2007-08-031-16/+38
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-1/+1
* - sessionmaker module is out, replaced with simple function in session.pyMike Bayer2007-08-021-0/+111