| Commit message (Expand) | Author | Age | Files | Lines |
* | - test _instance_processor under cython | Mike Bayer | 2015-08-18 | 1 | -334/+2 |
* | - merge of ticket_3499 indexed access branch | Mike Bayer | 2015-08-17 | 1 | -3/+7 |
* | - Fixed 1.0 regression where a "deferred" attribute would not populate | Mike Bayer | 2015-06-29 | 1 | -1/+10 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - squash-merge the final row_proc integration branch. this is | Mike Bayer | 2015-03-01 | 1 | -10/+85 |
* | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -4/+4 |
* | - Fixed bug where if an exception were thrown at the start of a | Mike Bayer | 2015-01-05 | 1 | -31/+35 |
* | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -4/+5 |
* | - continue moving things out that don't need to be there | Mike Bayer | 2014-08-30 | 1 | -68/+59 |
* | - do the polymorphic thing as a decorator so it's out of the way otherwise | Mike Bayer | 2014-08-29 | 1 | -31/+22 |
* | - pull out populators back into separate functions, though still very inlined | Mike Bayer | 2014-08-29 | 1 | -82/+114 |
* | - further move things vertically, at which point things are inlined enough | Mike Bayer | 2014-08-29 | 1 | -51/+60 |
* | - defaultdict benchmarks faster than a namedtuple; OK | Mike Bayer | 2014-08-29 | 1 | -63/+85 |
* | - reorganize how create_row_processor() communicates up to | Mike Bayer | 2014-08-29 | 1 | -35/+20 |
* | - re-establish and test some behavior from previous versions, that | Mike Bayer | 2014-08-29 | 1 | -11/+12 |
* | - inline the commit of partials too | Mike Bayer | 2014-08-29 | 1 | -3/+3 |
* | inlines galore | Mike Bayer | 2014-08-29 | 1 | -34/+32 |
* | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -145/+74 |
* | - A new implementation for :class:`.KeyedTuple` used by the | Mike Bayer | 2014-08-28 | 1 | -3/+7 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -96/+96 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Adjustment to attribute mechanics concerning when a value is | Mike Bayer | 2014-05-29 | 1 | -1/+1 |
* | - mark translate_row, create_instance, populate_instance, append_result as le... | Mike Bayer | 2014-05-23 | 1 | -0/+3 |
* | inlining | Mike Bayer | 2014-05-19 | 1 | -5/+2 |
* | Revert "remove events nobody uses...?" | Mike Bayer | 2014-05-19 | 1 | -4/+60 |
* | remove events nobody uses...? | Mike Bayer | 2014-05-19 | 1 | -60/+4 |
* | - some inlining, speed up identity map | Mike Bayer | 2014-05-19 | 1 | -9/+15 |
* | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -0/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - repair the "lockmode" functionality of load_on_ident(). slightly problematic | Mike Bayer | 2013-11-28 | 1 | -4/+9 |
* | - add an option to Bundle single_entity=True to allow for single | Mike Bayer | 2013-10-07 | 1 | -2/+3 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -5/+3 |
* | find some more inline imports and move them out | Mike Bayer | 2013-08-04 | 1 | -2/+2 |
* | A performance fix related to the usage of the :func:`.defer` option | Mike Bayer | 2013-07-13 | 1 | -1/+1 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -6/+6 |
* | :meth:`.Query.merge_result` can now load rows from an outer join | Mike Bayer | 2013-01-08 | 1 | -4/+5 |
* | 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 | -9/+6 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -2/+8 |
* | - add coverage for merge_result() [ticket:2588] | Mike Bayer | 2012-10-11 | 1 | -1/+2 |
* | - with InstanceState more public, underscore all its methods | Mike Bayer | 2012-07-18 | 1 | -4/+4 |
* | - justify NamedTuple, now called KeyedTuple | Mike Bayer | 2012-07-16 | 1 | -1/+1 |
* | - move load_scalar_attributes out to loading.py | Mike Bayer | 2012-07-14 | 1 | -0/+65 |
* | rework imports here | Mike Bayer | 2012-07-03 | 1 | -36/+35 |
* | turn commit_all into an iterative method | Mike Bayer | 2012-06-25 | 1 | -3/+5 |
* | 2.5 compat | Mike Bayer | 2012-06-23 | 1 | -1/+3 |
* | - move all of orm to use absolute imports | Mike Bayer | 2012-06-23 | 1 | -0/+533 |