summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* Fix TypeError for class_mapper called w/ iterableKyle Stark2014-01-141-1/+1
* - An adjustment to the :func:`.subqueryload` strategy which ensures thatMike Bayer2013-12-161-8/+32
* - Fixed bug when using joined table inheritance from a table to aMike Bayer2013-12-161-1/+3
* wrong method name...Mike Bayer2013-12-161-1/+1
* load_on_pending is different from enable_relationship_loading and shouldMike Bayer2013-12-152-6/+14
* make the error message for [ticket:2889] more accurate, as we supportMike Bayer2013-12-121-1/+1
* - :func:`.composite` will raise an informative error message when theMike Bayer2013-12-121-0/+5
* - Error message when a string arg sent to :func:`.relationship` whichMike Bayer2013-12-121-14/+14
* - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-073-35/+80
* Fix cross referencesVraj Mohan2013-11-141-2/+2
* Fix indentation and escape *args and **kwargsVraj Mohan2013-11-142-3/+3
* - Fixed a regression introduced by :ticket:`2818` where the EXISTSMike Bayer2013-10-301-1/+1
* alphabetical orderingMike Bayer2013-10-131-17/+17
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-133-5/+40
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+1
* - add version_id documentation [ticket:867]Mike Bayer2013-08-251-35/+39
* Merge pull request #23 from yoloseem/mastermike bayer2013-08-252-3/+3
* - this comment is wrong, the method here returns all mapper entitiesMike Bayer2013-08-241-4/+1
* move FAQ to the docs, [ticket:2133]Mike Bayer2013-08-211-1/+20
* Fixed bug where list instrumentation would fail to represent aMike Bayer2013-08-201-1/+4
* - use newly fixed WeakSequence (#2794) to not have to rely on class name for ...Mike Bayer2013-08-181-5/+4
* Backported a change from 0.9 whereby the iteration of a hierarchyMike Bayer2013-08-181-1/+2
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-181-0/+1
* - also do delete, add seealsos, formatting, etc. [ticket:2798]Mike Bayer2013-08-181-13/+37
* - add better notes to query.update(), most notably how to deal with a joined ...Mike Bayer2013-08-181-12/+36
* - update ORM event docs to include that you can listen on an unmapped base,Mike Bayer2013-07-311-27/+30
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-5/+8
* Merge pull request #17 from iElectric/docs/wording_yield_permike bayer2013-07-141-6/+6
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-134-32/+38
* remove undoc-members from query docstring [ticket:2774]Mike Bayer2013-07-071-0/+7
* Fixed bug whereby attribute history functions would failMike Bayer2013-07-041-2/+2
* - additional fix for [ticket:2750] where on an update, we make sure theMike Bayer2013-06-301-1/+2
* A warning is emitted when trying to flush an object of an inheritedMike Bayer2013-06-302-2/+36
* Fixed bug in polymorphic SQL generation where multiple joined-inheritanceMike Bayer2013-06-151-5/+10
* Fixed bug where sending a composite attribute into :meth:`.Query.order_by`Mike Bayer2013-06-101-1/+1
* Fixed the interaction between composite attributes andMike Bayer2013-06-102-15/+24
* Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+6
* restore functionality hereMike Bayer2013-05-301-0/+1
* Added a new method :meth:`.Query.select_entity_from` whichMike Bayer2013-05-302-10/+137
* - move an import stuck in the middle here...Mike Bayer2013-05-281-1/+1
* 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
|\