summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/util.py
Commit message (Expand)AuthorAgeFilesLines
* change functionspr/137jona2014-09-161-7/+12
* - 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
* - eager loadsMike Bayer2013-06-041-1/+1
* here's the flat join thing. it just works. Changing the existing compiled ...Mike Bayer2013-06-041-2/+3
* - blow away context._attributesMike Bayer2013-06-021-11/+11
* repair py3kisms in key ORM modulesMike Bayer2013-05-261-5/+5
* merge defaultMike Bayer2013-05-131-1/+8
|\
| * Fixed a regression from 0.7 caused by this ticket, whichMike Bayer2013-05-131-1/+8
* | most of ORM passing...Mike Bayer2013-05-041-0/+1
* | - the raw 2to3 runMike Bayer2013-04-271-12/+12
|/
* we can always adapt to right also. suppose if rightMike Bayer2013-04-251-5/+1
* cleanupMike Bayer2013-04-251-51/+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-241-10/+22
* - Fixed bug in unit of work whereby a joined-inheritanceMike Bayer2013-04-011-0/+37
* - Added new helper function :func:`.was_deleted`, returns TrueMike Bayer2013-02-201-0/+21
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* - refactor of pathing mechanics, to address #2614, #2617Mike Bayer2012-12-011-56/+133
* Added a new exception to detect the case where twoMike Bayer2012-11-241-0/+6
* just a pep8 pass of lib/sqlalchemy/orm/Diana Clarke2012-11-191-1/+35
* - do a straight __subclasses__ traversal here, so that we aren'tMike Bayer2012-10-281-1/+2
* - more docsMike Bayer2012-10-261-1/+1
* - add class_ to AliasedInspMike Bayer2012-10-261-0/+9
* - some naming changes on PropComparator, Comparator:Mike Bayer2012-10-251-1/+1
* - [feature] "scalar" selects now have a WHERE methodMike Bayer2012-10-151-1/+1
* - add support for integer indexes and slices to PathRegistryMike Bayer2012-10-111-3/+15
* - remove an unused function, hoorayMike Bayer2012-08-081-14/+0
* - [bug] Improvements to joined/subquery eagerMike Bayer2012-08-061-1/+1