summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm
Commit message (Expand)AuthorAgeFilesLines
* these are in alphabetical orderMike Bayer2013-10-131-21/+21
* - Added new option to :func:`.relationship` ``distinct_target_key``.Mike Bayer2013-10-132-5/+44
* use accepts scalar loader here so we deal with _ProxyImpl correctlyMike Bayer2013-10-111-6/+4
* - fix bug due to regression from #2793, make sure we only go to loadMike Bayer2013-10-112-2/+11
* - fix a bunch of test failuresMike Bayer2013-10-081-1/+1
* - add an option to Bundle single_entity=True to allow for singleMike Bayer2013-10-072-3/+25
* - fix a glitch with how the default thing worked outMike Bayer2013-10-071-4/+5
* - add some tests for propagate of wildcard lazyloadMike Bayer2013-10-062-5/+5
* 11th hour realization that Load() needs to do the _chop_path() thing asMike Bayer2013-10-062-25/+55
* - merge ticket_1418 branch, [ticket:1418]Mike Bayer2013-10-0611-878/+1190
* fix entity_zero resolutionMike Bayer2013-10-041-1/+10
* - A new construct :class:`.Bundle` is added, which allows for specificationMike Bayer2013-10-035-11/+204
* - modify what we did in [ticket:2793] so that we can also set theMike Bayer2013-09-063-7/+10
* Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov2013-09-041-1/+1
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-252-73/+157
* fix typospr/23Hyunjun Kim2013-08-252-3/+3
* - "primary mapper entity" is now an attribute on Query,Mike Bayer2013-08-241-16/+11
* 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
* formattingMike 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
* - spot checking of imports, obsolete functionsMike Bayer2013-08-177-31/+10
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-1423-3209/+3204
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-127-37/+20
* ok forget it, that approach didn't really cover every base, soMike Bayer2013-08-041-0/+3
* find some more inline imports and move them outMike Bayer2013-08-044-5/+4
* - don't need resolve, don't need import for this. just look in sys.modules,Mike Bayer2013-08-041-2/+0
* - after discussions with the original project folks working with zope securityMike Bayer2013-08-021-68/+55
* Added a new attribute :attr:`.Session.info` to :class:`.Session`;Mike Bayer2013-08-021-2/+42
* - update ORM event docs to include that you can listen on an unmapped base,Mike Bayer2013-07-311-29/+32
* - Removal of event listeners is now implemented. The feature isMike Bayer2013-07-262-53/+58
* - The mechanism by which attribute events pass along anMike Bayer2013-07-263-52/+123
* Fixed bug in ORM-level event registration where the "raw" orMike Bayer2013-07-181-5/+8
* wording about supported dialects for Query.yield_perpr/17Domen Kožar2013-07-141-6/+6
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-134-32/+38
* - create a new system where we can decorate an event methodMike Bayer2013-07-082-18/+56
* 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-1/+35
* - fix a regression caused by #2587, where query.join() would apply anMike Bayer2013-06-271-1/+1
* remove double methodsMike Bayer2013-06-171-19/+0
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-175-120/+137
* 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
* - tests for the alias() APIMike Bayer2013-06-081-0/+26