summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* formattingMike Bayer2010-03-111-4/+4
* - query.scalar() now raises an exception if more than oneMike Bayer2010-03-111-3/+10
* - Calling query.order_by() or query.distinct() before callingMike Bayer2010-03-111-2/+6
* - emphasized query.join() in ORM tutorial as per [ticket:1708]Mike Bayer2010-03-102-26/+60
* fixed up docs for execution_options() across all three locations.Mike Bayer2010-03-091-7/+7
* base tests passMike Bayer2010-03-091-1/+1
* Remove isnew argument from row_processors. It wasn't used anyway in most cases.Gaëtan de Menten2010-03-082-49/+57
* - plug a minor ORM speed hit in Events (**kwargs).Gaëtan de Menten2010-03-071-2/+4
* - cleanup some long lines. (test hg commit hook)Mike Bayer2010-03-071-7/+22
* - orm: Removed a lot of logging that nobody really cares about,Mike Bayer2010-02-284-45/+26
* add docstring for remove [ticket:1715]Mike Bayer2010-02-261-0/+2
* - A major fix in query.join(), when the "on" clause is anMike Bayer2010-02-241-8/+23
* - session.merge() will not expire existing scalar attributesMike Bayer2010-02-231-3/+3
* - The "allow_null_pks" flag is now called "allow_partial_pks",Mike Bayer2010-02-223-10/+29
* - Fixed cascade bug in many-to-one relation() when attributeMike Bayer2010-02-163-15/+27
* sillinessMike Bayer2010-02-161-5/+1
* more cleanupMike Bayer2010-02-151-39/+65
* Gave the "state" internals a good solidMike Bayer2010-02-145-137/+156
* - query.one() no longer applies LIMIT to the query, this toMike Bayer2010-02-141-31/+64
* - Documentation clarification for query.delete()Mike Bayer2010-02-131-4/+8
* - reduced a bit of overhead in attribute expiration, particularlyMike Bayer2010-02-136-20/+41
* - For those who might use debug logging onMike Bayer2010-02-136-196/+166
* Fixed bug in session.merge() blocking dict-like collections from merging.Jason Kirtland2010-02-111-1/+4
* Fix instance.__eq__() regression in orm attributes.Jason Kirtland2010-02-091-7/+17
* - Query called in the context of an expression will renderMike Bayer2010-02-081-2/+12
* - Now uses sqlalchemy.orm.exc.DetachedInstanceError when anMike Bayer2010-02-074-16/+19
* - Slight improvement to the fix for [ticket:1362] to not issueMike Bayer2010-02-051-13/+12
* - Fixed bug in session.rollback() which involved not removingMike Bayer2010-02-051-3/+3
* - Primary key values can now be changed on a joined-table inheritanceMike Bayer2010-02-025-32/+110
* - added a failing-so-far test for #1671Mike Bayer2010-02-012-3/+13
* - the "save-update" cascade will now cascade the pending *removed*Mike Bayer2010-01-303-9/+21
* revert r6686 and adjust the stacklevel of test_notsane_warning's SAWarning soPhilip Jenvey2010-01-251-1/+2
* not ready to put execution_options in the text()/select() constructors yetMike Bayer2010-01-241-2/+5
* add autoflush to the list of attributes exported on scoped_sessionMike Bayer2010-01-211-1/+1
* - query.select_from() also accepts mapped classes, aliased()Mike Bayer2010-01-201-2/+12
* lessons learned unpickling from an 0.5 cacheMike Bayer2010-01-192-2/+11
* - mega example cleanupMike Bayer2010-01-191-1/+1
* - raise error when unpickling non-mapped state, [ticket:1610]Mike Bayer2010-01-172-9/+14
* statement_options -> execution_optionsMike Bayer2010-01-171-12/+14
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-8/+32
* restore common_parent logic in correspoinds_to, fixes [ticket:1657]Mike Bayer2010-01-151-2/+2
* - replace the tip of the path info with the subclass mapper being used.Mike Bayer2010-01-131-1/+12
* NamedTuple is pickleable ! no really with all the protocols too !Mike Bayer2010-01-131-3/+2
* OK, you can't merge NamedTuples and such. Fine. New query method.Mike Bayer2010-01-121-0/+53
* have paths represented as their actual mapper, not the base mapper, allowingMike Bayer2010-01-113-26/+57
* - cut down on a few hundred method callsMike Bayer2010-01-116-23/+62
* - merge() will not issue a needless merge of attributes if theMike Bayer2010-01-102-11/+18
* happy new yearMike Bayer2010-01-0713-13/+13
* - Session.merge() is performance optimized, using half theMike Bayer2010-01-072-38/+60
* - py3k binary type returned natively for sqlite3, pg8000, fixes [ticket:1639]...Mike Bayer2010-01-071-1/+1