summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Fixed a regression from 0.7 caused by this ticket, whichMike Bayer2013-05-131-1/+8
* - moderinzed the docs for the foreign_keys parameter a bit,Mike Bayer2013-05-101-20/+53
* - Fixed a regression from 0.7 where the contextmanager featureMike Bayer2013-04-301-3/+4
* Fixes to the ``sqlalchemy.ext.serializer`` extension, includingMike Bayer2013-04-261-2/+13
* - further cleanup. in particular, the left clause is never None. But we stillMike Bayer2013-04-251-24/+12
* we can always adapt to right also. suppose if rightMike Bayer2013-04-251-5/+1
* cleanupMike Bayer2013-04-252-58/+15
* everything passes with this!!!!!!! holy crap !!!!! and its the simplest of allMike Bayer2013-04-251-57/+69
* - attempt to replace the whole idea of "join_to_left" with a moreMike Bayer2013-04-242-36/+24
* - merge exists() patch + changelogMike Bayer2013-04-231-0/+20
|\
| * adding convenience method exists() to Query (see # 2673)Diana Clarke2013-03-291-0/+20
* | Added a conditional to the unpickling process for ORMMike Bayer2013-04-231-1/+2
* | Fixed bug where many-to-many relationship with uselist=FalseMike Bayer2013-04-211-3/+7
* | - dont do a boolean check on the mapped objectMike Bayer2013-04-201-1/+1
* | Improved the behavior of instance management regardingMike Bayer2013-04-204-17/+28
* | python2.5 fixMike Bayer2013-04-181-1/+2
* | Reworked internal exception raises that emitMike Bayer2013-04-181-6/+6
* | - additional test + correction for [ticket:2699]Mike Bayer2013-04-181-4/+5
* | Fixed bug whereby ORM would run the wrong kind ofMike Bayer2013-04-111-0/+2
* | Fixed `__repr__()` on mapper property constructsMike Bayer2013-04-111-1/+1
* | Fixed bug when a query of the form:Mike Bayer2013-04-091-2/+5
* | - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-012-2/+51
|/
* lintingMike Bayer2013-03-092-16/+13
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* A meaningful :attr:`.QueryableAttribute.info` attribute isMike Bayer2013-03-093-0/+61
* - add some more transaction states so that we deliver a more accurateMike Bayer2013-03-041-36/+44
* yikes, print statement !Mike Bayer2013-03-031-3/+2
* fix non2.5 compat @property usageMike Bayer2013-03-031-4/+4
* dont need this conditional hereMike Bayer2013-03-031-4/+1
* - Improved checking for an existing backref name conflict duringMike Bayer2013-03-033-13/+42
* Can set/change the "cascade" attribute on a :func:`.relationship`Mike Bayer2013-03-023-40/+58
* typoMike Bayer2013-02-261-1/+1
* - A clear error message is emitted if an event handlerMike Bayer2013-02-252-18/+123
* Detection of a primary key change within the processMike Bayer2013-02-251-1/+2
* - Added new helper function :func:`.was_deleted`, returns TrueMike Bayer2013-02-203-0/+27
* see also for session commit, rollbackMike Bayer2013-02-111-1/+10
* Fixed bug whereby :meth:`.Query.yield_per` would set the executionMike Bayer2013-02-081-2/+2
* the consideration of a pending object asMike Bayer2013-01-243-8/+45
* Fixed the (most likely never used) "@collection.link" collectionMike Bayer2013-01-211-10/+13
|\
| * Fix the collection.link decoratorLuca Wehrstedt2013-01-161-9/+9
* | - Made some fixes to the system of producing custom instrumentedMike Bayer2013-01-211-131/+88
|/
* :meth:`.Query.merge_result` can now load rows from an outer joinMike Bayer2013-01-081-4/+5
* happy new year (see #2645)Diana Clarke2013-01-0126-26/+26
* Extended the :doc:`/core/inspection` system so that all Python descriptorsMike Bayer2012-12-294-5/+143
* - add tests to ensure SELECT of dynamic collection not emittedMike Bayer2012-12-222-1/+3
* - revert the full iteration of the collection for a passive history event; th...Mike Bayer2012-12-221-5/+11
* - significantly rework the approach to collection events and history within D...Mike Bayer2012-12-212-63/+86
* - cleanup on these testsMike Bayer2012-12-211-0/+6
* The :meth:`.Query.select_from` method can now be used with aMike Bayer2012-12-131-18/+18
* fixing sessionmaker linkDiana Clarke2012-12-071-1/+1