| Commit message (Expand) | Author | Age | Files | Lines |
* | Support generics in code to allow Column[int] etc | Federico Caselli | 2021-07-27 | 1 | -0/+4 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -2/+2 |
* | memoize current options and joins w with_entities/with_only_cols | Mike Bayer | 2021-06-17 | 1 | -0/+35 |
* | Fix minor glitches in the visitors.py docstrings (#6522) | Lele Gaifax | 2021-05-25 | 1 | -5/+5 |
* | Correct cache key for proxy_owner, with_context_options | Mike Bayer | 2021-05-10 | 1 | -0/+2 |
* | Adapt loader_criteria params for current query | Mike Bayer | 2021-03-26 | 1 | -3/+5 |
* | Implement support for functions as FROM with columns clause support | Mike Bayer | 2021-02-03 | 1 | -4/+2 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Reduce import time overhead | Mike Bayer | 2020-11-03 | 1 | -18/+17 |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -1/+1 |
* | Robustness for lambdas, lambda statements | Mike Bayer | 2020-08-05 | 1 | -8/+26 |
* | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -22/+22 |
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -7/+12 |
* | Improve rendering of core statements w/ ORM elements | Mike Bayer | 2020-05-31 | 1 | -1/+10 |
* | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -0/+1 |
* | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -3/+5 |
* | Streamline visitors.iterate | Mike Bayer | 2020-05-18 | 1 | -73/+19 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -28/+42 |
* | Fix almost all read-level sphinx warnings | Mike Bayer | 2020-04-11 | 1 | -1/+1 |
* | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -0/+11 |
* | Correct ambiguous func / class links | Mike Bayer | 2020-03-25 | 1 | -1/+1 |
* | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -0/+21 |
* | Ensure all nested exception throws have a cause | Mike Bayer | 2020-03-02 | 1 | -3/+4 |
* | Discontinue dynamic __visit_name__ | Mike Bayer | 2020-03-01 | 1 | -27/+20 |
* | fix documentation typos | Federico Caselli | 2020-02-08 | 1 | -1/+1 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Test for short term reference cycles and resolve as many as possible | Mike Bayer | 2019-12-30 | 1 | -1/+3 |
* | Traversal and clause generation performance improvements | Mike Bayer | 2019-12-14 | 1 | -8/+11 |
* | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -66/+381 |
* | Document visitors module | Mike Bayer | 2019-09-12 | 1 | -20/+148 |
* | Use compat.string_types to check for visit name string | Mike Bayer | 2019-08-11 | 1 | -1/+2 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -1/+3 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -18/+30 |
* | Removed the leading underscore for visitor_iterator property | Agam Rafaeli | 2018-12-05 | 1 | -4/+4 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -1/+1 |
* | update for 2017 copyright | Mike Bayer | 2017-01-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 |
* | - pick around gaining modest dings in callcounts here and there | Mike Bayer | 2015-03-09 | 1 | -1/+13 |
* | - strategies + declarative | Mike Bayer | 2015-01-04 | 1 | -0/+1 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -6/+6 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Fixed bug where the expression system relied upon the ``str()`` | Mike Bayer | 2013-07-12 | 1 | -2/+13 |
* | cleanup | Mike Bayer | 2013-06-08 | 1 | -11/+5 |
* | - figured out what the from_self() thing was about, part of query.statement, ... | Mike Bayer | 2013-06-02 | 1 | -1/+3 |
* | implement join rewriting inside of visit_select(). Currently this is global ... | Mike Bayer | 2013-06-02 | 1 | -1/+6 |
* | - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase. | Mike Bayer | 2013-05-30 | 1 | -1/+1 |