summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/util.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* - [feature] ORM entities can be passedMike Bayer2012-07-231-7/+0
* a lot of docsMike Bayer2012-07-181-45/+90
* - document the inspection systemMike Bayer2012-07-181-9/+50
* - totally remove _entity_info and _extended_entity_info, replacing all usageMike Bayer2012-07-161-39/+18
* some test fixes and cleanupMike Bayer2012-07-161-8/+10
* - express most of the orm.util functions in terms of the inspection systemMike Bayer2012-07-161-241/+259
* - move all of orm to use absolute importsMike Bayer2012-06-231-11/+11
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-22/+182
* - [bug] Fixed identity_key() function whichMike Bayer2012-06-111-1/+1
* Add some `Sphinx` paragraph level versions informations markups,Mike Bayer2012-06-081-12/+11
* py3k fixesMike Bayer2012-04-241-1/+5
* - [feature] New standalone function with_polymorphic()Mike Bayer2012-04-231-23/+119
* the callcounts are greater here since object_mapper() has a little more overh...Mike Bayer2012-04-231-3/+1
* merge patch for [ticket:2208]. This still needs documentation.Mike Bayer2012-04-231-3/+26
|\
| * begin implementing inspection system for #2208Mike Bayer2012-04-031-3/+26