| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -22/+0 |
| * | Improve rendering of core statements w/ ORM elements | Mike Bayer | 2020-05-31 | 1 | -1/+6 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -0/+31 |
| * | Streamline visitors.iterate | Mike Bayer | 2020-05-18 | 1 | -1/+1 |
| * | Repair find tables | Mike Bayer | 2020-04-09 | 1 | -1/+3 |
| * | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -1/+0 |
| * | 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 | -3/+4 |
| * | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -1/+1 |
| * | pass executemany context to _repr_params | Mike Bayer | 2019-10-11 | 1 | -11/+9 |
| * | Deprecate textual column matching in Row | Mike Bayer | 2019-10-04 | 1 | -3/+1 |
| * | Cancel polymorphic loading in optimized get | Mike Bayer | 2019-10-01 | 1 | -0/+2 |
| * | Simplify _ColumnEntity, related | Mike Bayer | 2019-09-30 | 1 | -10/+6 |
| * | Adjustments to _copy_internals() | Mike Bayer | 2019-09-06 | 1 | -4/+19 |
| * | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -1/+1 |
| * | Black updates | Mike Bayer | 2019-04-11 | 1 | -3/+1 |
| * | Fold entities into existing joins when resolving FROM ambiguity | Mike Bayer | 2019-04-02 | 1 | -0/+11 |
| * | Expand joins when calculating PostgreSQL "WITH FOR UPDATE OF" | raylu | 2019-03-21 | 1 | -0/+16 |
| * | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -1/+1 |
| * | Cleanup with query aliasing | Mike Bayer | 2019-01-18 | 1 | -3/+0 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -27/+25 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -131/+196 |
| * | Allow join() to pick the best candidate from multiple froms/entities | Mike Bayer | 2018-11-14 | 1 | -2/+87 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Don't include SelectBase when searching for surface column elements | Mike Bayer | 2017-10-05 | 1 | -3/+7 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -1/+1 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | Fix label referencing in SQL Server OFFSET logic | Mike Bayer | 2016-05-10 | 1 | -0/+10 |
| * | - handle parameter sets that aren't correctly formed, so that | Mike Bayer | 2016-02-17 | 1 | -1/+1 |
| * | - do the trailing comma logic of tuple repr() exactly | Mike Bayer | 2016-02-17 | 1 | -4/+7 |
| * | - All string formatting of bound parameter sets and result rows for | Mike Bayer | 2016-02-17 | 1 | -10/+107 |
| * | - A refinement to the logic which adds columns to the resulting SQL when | Mike Bayer | 2016-02-09 | 1 | -0/+22 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 1 | -1/+0 |
| * | - correct the commit from ref #3582 to refer to the correct sub-element | Mike Bayer | 2015-11-11 | 1 | -1/+1 |
| * | - Fixed bug where the "single table inheritance" criteria would be | Mike Bayer | 2015-11-11 | 1 | -0/+15 |
| * | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 1 | -2/+5 |
| * | - altered part of the use contract first set up in #2992; we | Mike Bayer | 2015-04-27 | 1 | -1/+4 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - rework the previous "order by" system in terms of the new one, | Mike Bayer | 2014-09-08 | 1 | -1/+3 |
| * | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148 | Mike Bayer | 2014-09-07 | 1 | -76/+66 |
| * | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels. | Mike Bayer | 2014-09-07 | 1 | -10/+18 |
| * | wip for #3148 | Mike Bayer | 2014-09-06 | 1 | -1/+5 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -56/+60 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -2/+2 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -20/+0 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -1/+0 |