| Commit message (Expand) | Author | Age | Files | Lines |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -2/+2 |
| * | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -4/+8 |
| * | Remove code deprecated before version 1.1 | Federico Caselli | 2020-04-09 | 1 | -87/+0 |
| * | Simplified module pre-loading strategy and made it linter friendly | Federico Caselli | 2020-03-07 | 1 | -5/+3 |
| * | Remove print statement in favor of print() function in docs and examples | Albert Tugushev | 2020-02-26 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | Generalize DescriptorProps.uses_objects | Mike Bayer | 2019-11-23 | 1 | -1/+7 |
| * | Implement raiseload for deferred columns | Mike Bayer | 2019-10-16 | 1 | -1/+1 |
| * | Remove deprecated extension and similar classes | Mike Bayer | 2019-10-06 | 1 | -15/+0 |
| * | Simplify _ColumnEntity, related | Mike Bayer | 2019-09-30 | 1 | -7/+14 |
| * | Ensure association proxy works over synonym | Mike Bayer | 2019-03-06 | 1 | -0/+4 |
| * | Implement relationship to AliasedClass; deprecate non primary mappers | Mike Bayer | 2019-01-25 | 1 | -5/+12 |
| * | Add deprecation warnings to all deprecated APIs | Mike Bayer | 2019-01-23 | 1 | -11/+15 |
| * | Convert most "See also" phrases into .. seealso:: | Mike Bayer | 2019-01-15 | 1 | -5/+5 |
| * | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -7/+1 |
| * | correct paramref to property links to refer to creation function | Mike Bayer | 2019-01-13 | 1 | -1/+1 |
| * | Merge "use ..deprecated directive w/ version in all cases" | mike bayer | 2019-01-12 | 1 | -1/+8 |
| |\ |
|
| | * | use ..deprecated directive w/ version in all cases | Mike Bayer | 2019-01-11 | 1 | -1/+8 |
| * | | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| |/ |
|
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -7/+12 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -104/+103 |
| * | Prep for flake8 refactoring | Mike Bayer | 2019-01-03 | 1 | -4/+4 |
| * | Implement SynonymProperty.get_history() | Mike Bayer | 2018-12-27 | 1 | -0/+4 |
| * | Document and support nested composites | Mike Bayer | 2018-12-12 | 1 | -1/+3 |
| * | Unwrap Proxy objects when scanning declared_attr | Mike Bayer | 2018-08-23 | 1 | -0/+1 |
| * | Further refine map_column verbiage | Mike Bayer | 2018-01-25 | 1 | -5/+10 |
| * | Rework synonym, synonym_for documentation | Mike Bayer | 2018-01-24 | 1 | -20/+56 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Check for non-mapped property in synonym | Mike Bayer | 2017-09-04 | 1 | -1/+12 |
| * | Support hybrids/composites with bulk updates | Mike Bayer | 2017-03-22 | 1 | -3/+23 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | Enhance "raise" strategy to include "raise_on_sql" option | Mike Bayer | 2016-10-04 | 1 | -1/+1 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -0/+4 |
| * | - major refactoring/inlining to loader.instances(), though not really | Mike Bayer | 2014-08-28 | 1 | -2/+2 |
| * | - The ``info`` parameter has been added to the constructor for | Mike Bayer | 2014-08-13 | 1 | -2/+17 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -67/+68 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | - Improved the initialization logic of composite attributes such that | Mike Bayer | 2014-02-03 | 1 | -4/+5 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | make the error message for [ticket:2889] more accurate, as we support | Mike Bayer | 2013-12-12 | 1 | -1/+1 |
| * | - :func:`.composite` will raise an informative error message when the | Mike Bayer | 2013-12-12 | 1 | -0/+5 |
| * | - re-document synonyms and remove warnings about "superseded"; synonyms | Mike Bayer | 2013-11-30 | 1 | -33/+50 |
| * | - merge ticket_1418 branch, [ticket:1418] | Mike Bayer | 2013-10-06 | 1 | -1/+2 |
| * | - A new construct :class:`.Bundle` is added, which allows for specification | Mike Bayer | 2013-10-03 | 1 | -3/+25 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -3/+160 |
| * | - rework PropComparator.adapted() to be PropComparator.adapt_to_entity(), | Mike Bayer | 2013-06-17 | 1 | -11/+8 |
| * | Fixed bug where sending a composite attribute into :meth:`.Query.order_by` | Mike Bayer | 2013-06-10 | 1 | -1/+1 |