| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - documentation cleanup in ORM including [ticket:2816] | Mike Bayer | 2013-12-07 | 1 | -12/+40 |
* | - Added new argument ``include_backrefs=True`` to the | Mike Bayer | 2013-12-02 | 1 | -6/+25 |
* | - Some refinements to the :class:`.AliasedClass` construct with regards | Mike Bayer | 2013-11-23 | 1 | -14/+6 |
* | Fixed a potential issue in an ordered sequence implementation used | Mike Bayer | 2013-08-18 | 1 | -0/+1 |
* | - spot checking of imports, obsolete functions | Mike Bayer | 2013-08-17 | 1 | -2/+1 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -422/+7 |
* | remove double methods | Mike Bayer | 2013-06-17 | 1 | -19/+0 |
* | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -81/+100 |
* | Fixed the interaction between composite attributes and | Mike Bayer | 2013-06-10 | 1 | -1/+0 |
* | - tests for the alias() API | Mike Bayer | 2013-06-08 | 1 | -0/+26 |
* | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -2/+7 |
* | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 1 | -9/+11 |
* | - eager loads | Mike Bayer | 2013-06-04 | 1 | -1/+1 |
* | here's the flat join thing. it just works. Changing the existing compiled ... | Mike Bayer | 2013-06-04 | 1 | -2/+3 |
* | - blow away context._attributes | Mike Bayer | 2013-06-02 | 1 | -11/+11 |
* | repair py3kisms in key ORM modules | Mike Bayer | 2013-05-26 | 1 | -5/+5 |
* | merge default | Mike Bayer | 2013-05-13 | 1 | -1/+8 |
|\ |
|
| * | Fixed a regression from 0.7 caused by this ticket, which | Mike Bayer | 2013-05-13 | 1 | -1/+8 |
* | | most of ORM passing... | Mike Bayer | 2013-05-04 | 1 | -0/+1 |
* | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -12/+12 |
|/ |
|
* | we can always adapt to right also. suppose if right | Mike Bayer | 2013-04-25 | 1 | -5/+1 |
* | cleanup | Mike Bayer | 2013-04-25 | 1 | -51/+15 |
* | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 1 | -57/+69 |
* | - attempt to replace the whole idea of "join_to_left" with a more | Mike Bayer | 2013-04-24 | 1 | -10/+22 |
* | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -0/+37 |
* | - Added new helper function :func:`.was_deleted`, returns True | Mike Bayer | 2013-02-20 | 1 | -0/+21 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | - refactor of pathing mechanics, to address #2614, #2617 | Mike Bayer | 2012-12-01 | 1 | -56/+133 |
* | Added a new exception to detect the case where two | Mike Bayer | 2012-11-24 | 1 | -0/+6 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -1/+35 |
* | - do a straight __subclasses__ traversal here, so that we aren't | Mike Bayer | 2012-10-28 | 1 | -1/+2 |
* | - more docs | Mike Bayer | 2012-10-26 | 1 | -1/+1 |
* | - add class_ to AliasedInsp | Mike Bayer | 2012-10-26 | 1 | -0/+9 |
* | - some naming changes on PropComparator, Comparator: | Mike Bayer | 2012-10-25 | 1 | -1/+1 |
* | - [feature] "scalar" selects now have a WHERE method | Mike Bayer | 2012-10-15 | 1 | -1/+1 |
* | - add support for integer indexes and slices to PathRegistry | Mike Bayer | 2012-10-11 | 1 | -3/+15 |
* | - remove an unused function, hooray | Mike Bayer | 2012-08-08 | 1 | -14/+0 |
* | - [bug] Improvements to joined/subquery eager | Mike Bayer | 2012-08-06 | 1 | -1/+1 |
* | - [feature] ORM entities can be passed | Mike Bayer | 2012-07-23 | 1 | -7/+0 |
* | a lot of docs | Mike Bayer | 2012-07-18 | 1 | -45/+90 |
* | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -9/+50 |
* | - totally remove _entity_info and _extended_entity_info, replacing all usage | Mike Bayer | 2012-07-16 | 1 | -39/+18 |
* | some test fixes and cleanup | Mike Bayer | 2012-07-16 | 1 | -8/+10 |
* | - express most of the orm.util functions in terms of the inspection system | Mike Bayer | 2012-07-16 | 1 | -241/+259 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -11/+11 |
* | - [feature] The of_type() construct on attributes | Mike Bayer | 2012-06-20 | 1 | -22/+182 |
* | - [bug] Fixed identity_key() function which | Mike Bayer | 2012-06-11 | 1 | -1/+1 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -12/+11 |