| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -3/+3 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | ensure relationship.order_by stored as a tuple; check in dynamic also | Mike Bayer | 2021-05-27 | 1 | -1/+3 |
* | Restore detached object logic for dynamic, but warn | Mike Bayer | 2021-05-04 | 1 | -5/+17 |
* | loader strategy regression fixes | Mike Bayer | 2021-05-03 | 1 | -2/+24 |
* | Revert AppenderQuery modifications from ORM | Mike Bayer | 2021-02-25 | 1 | -253/+60 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -2/+5 |
* | Deprecate negative slice indexes | Mike Bayer | 2020-09-22 | 1 | -1/+3 |
* | restore slice methods to dynamic query | Mike Bayer | 2020-09-21 | 1 | -1/+12 |
* | See if the future is here | Mike Bayer | 2020-08-28 | 1 | -1/+1 |
* | Convert remaining ORM APIs to support 2.0 style | Mike Bayer | 2020-07-11 | 1 | -68/+236 |
* | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -1/+1 |
* | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -4/+15 |
* | Simplified module pre-loading strategy and made it linter friendly | Federico Caselli | 2020-03-07 | 1 | -2/+2 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Unify generation between Core and ORM query | Mike Bayer | 2019-09-26 | 1 | -4/+4 |
* | Fixes for uselist=True with m2o relationships | Mike Bayer | 2019-07-18 | 1 | -0/+12 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -11/+10 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -74/+134 |
* | Insert primary entity in dynamic "secondary" | Mike Bayer | 2018-11-13 | 1 | -1/+7 |
* | Add prop.secondary to FROM for dynamic loader | Mike Bayer | 2018-10-17 | 1 | -0/+5 |
* | Ensure backrefs accommodate for op_bulk_replace | Mike Bayer | 2018-01-24 | 1 | -0/+1 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Support state expiration for with_expression(); rename deferred_expression | Mike Bayer | 2017-06-26 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Move setup functionality into _register_attribute | Mike Bayer | 2016-11-06 | 1 | -3/+1 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - refactor of adapt_like_to_iterable(), fixes #3457. | Mike Bayer | 2015-12-09 | 1 | -4/+3 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - remove some old cruft | Mike Bayer | 2014-09-07 | 1 | -3/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -39/+41 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Fixed bug involving dynamic attributes, that was again a regression | Mike Bayer | 2014-06-26 | 1 | -2/+3 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | - the wrapped memoized_property here was not working, as the attribute name | Mike Bayer | 2013-11-26 | 1 | -2/+7 |
* | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -1/+1 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -1/+2 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -4/+1 |
* | - The mechanism by which attribute events pass along an | Mike Bayer | 2013-07-26 | 1 | -2/+5 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | - add tests to ensure SELECT of dynamic collection not emitted | Mike Bayer | 2012-12-22 | 1 | -0/+3 |
* | - revert the full iteration of the collection for a passive history event; th... | Mike Bayer | 2012-12-22 | 1 | -5/+11 |
* | - significantly rework the approach to collection events and history within D... | Mike Bayer | 2012-12-21 | 1 | -61/+83 |
* | - cleanup on these tests | Mike Bayer | 2012-12-21 | 1 | -0/+6 |
* | just a pep8 pass of lib/sqlalchemy/orm/ | Diana Clarke | 2012-11-19 | 1 | -7/+11 |
* | - [bug] An error is emitted when uselist=False | Mike Bayer | 2012-08-05 | 1 | -2/+6 |
* | - [feature] A warning is emitted when a reference | Mike Bayer | 2012-08-04 | 1 | -0/+1 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -13/+13 |