summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/util.py
Commit message (Expand)AuthorAgeFilesLines
* selectin polymorphic loadingMike Bayer2017-06-051-0/+21
* Add clause adaptation for AliasedClass to with_parent()Mike Bayer2017-05-231-9/+8
* Demote innerjoin to outerjoin coming from with_polymorphicMike Bayer2017-05-121-6/+13
* Update inheritance documentation.Mike Bayer2017-05-101-6/+4
* Use baked lazyloading by defaultMike Bayer2017-04-131-0/+13
* Add bulk_replace event, integrate with @validatesMike Bayer2017-03-161-2/+21
* Memoize AliasedClass, ClauseAdapter objects in joined eager loadMike Bayer2017-02-161-0/+11
* Fix typo in documentationFrederic Junod2017-01-201-1/+1
* Support python3.6Mike Bayer2017-01-131-9/+9
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - small updates to polymorphic eager loading, cross-link fromMike Bayer2016-08-111-5/+5
* - Added support for rendering "FULL OUTER JOIN" to both Core and ORM.Mike Bayer2016-03-281-10/+16
* - happy new yearMike Bayer2016-01-291-1/+1
* - Fixed bug which is actually a regression that occurred betweenMike Bayer2015-11-251-1/+5
* - The :class:`.SessionEvents` suite now includes events to allowticket_2677Mike Bayer2015-09-021-1/+8
* - Fixed 1.0 regression where the "parent entity" of a synonym-Mike Bayer2015-06-271-1/+1
* - Fixed 1.0 regression where the enhanced behavior of single-inheritanceMike Bayer2015-06-191-3/+4
* - Liberalized an assertion that was added as part of :ticket:`3347`Mike Bayer2015-05-021-1/+5
* - Fixed a critical regression caused by :ticket:`3061` where theMike Bayer2015-04-171-1/+1
* - further fixes for #3347; track the mappers we're joiningMike Bayer2015-03-311-1/+29
* Accept unicode in CascadeOptionspr/160Julien Castets2015-03-161-1/+1
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - add MemoizedSlots, a generalized solution to using __getattr__Mike Bayer2015-01-051-4/+6
* - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-241-3/+19
* Merge remote-tracking branch 'origin/pr/137' into pr137Mike Bayer2014-10-211-7/+12
|\
| * change functionspr/137jona2014-09-161-7/+12
* | - The ON clause rendered when using :meth:`.Query.join`,Mike Bayer2014-10-091-0/+10
|/
* - remove some old cruftMike Bayer2014-09-071-3/+1
* - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-071-10/+8
* - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-071-4/+7
* wip for #3148Mike Bayer2014-09-061-4/+5
* - rename _InspectionAttr to InspectionAttrMike Bayer2014-08-131-2/+2
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-87/+97
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-301-2/+1
* - Adjustment to attribute mechanics concerning when a value isMike Bayer2014-05-291-1/+2
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - documentation cleanup in ORM including [ticket:2816]Mike Bayer2013-12-071-12/+40
* - Added new argument ``include_backrefs=True`` to theMike Bayer2013-12-021-6/+25
* - Some refinements to the :class:`.AliasedClass` construct with regardsMike Bayer2013-11-231-14/+6
* Fixed a potential issue in an ordered sequence implementation usedMike Bayer2013-08-181-0/+1
* - spot checking of imports, obsolete functionsMike Bayer2013-08-171-2/+1
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-422/+7
* remove double methodsMike Bayer2013-06-171-19/+0
* - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(),Mike Bayer2013-06-171-81/+100
* Fixed the interaction between composite attributes andMike Bayer2013-06-101-1/+0
* - tests for the alias() APIMike Bayer2013-06-081-0/+26
* - Fixed an obscure bug where the wrong results would beMike Bayer2013-06-071-2/+7
* dial back the default "flatness" a bit, it will be there for joinedload and q...Mike Bayer2013-06-061-9/+11