summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/util.py
Commit message (Expand)AuthorAgeFilesLines
* Run search and replace of symbolic module namesMike Bayer2020-04-141-44/+60
* Remove version directives for 0.6, 0.7, 0.8Mike Bayer2019-01-151-8/+0
* use ..deprecated directive w/ version in all casesMike Bayer2019-01-121-2/+4
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-27/+40
* Run black -l 79 against all source filesMike Bayer2019-01-061-179/+283
* Add notes regarding flat=TrueMike Bayer2018-03-071-1/+4
* happy new yearMike Bayer2018-01-121-1/+1
* Add an identity_token to the identity keyMike Bayer2017-12-221-19/+31
* 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