| Commit message (Expand) | Author | Age | Files | Lines |
| * | flake8 refactor - dialects | Mike Bayer | 2019-01-05 | 1 | -0/+2 |
| * | flake8 refactor - orm | Mike Bayer | 2019-01-05 | 1 | -0/+3 |
| * | flake8 refactor - core | Mike Bayer | 2019-01-05 | 1 | -2/+1 |
| * | - do a broken zimports run on lib | Mike Bayer | 2019-01-05 | 1 | -25/+19 |
| * | step 1, straight black -l 79 run | Mike Bayer | 2019-01-05 | 1 | -129/+193 |
| * | 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 |
| * | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -1/+3 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -351/+42 |
| * | Fixed bug in :class:`.CheckConstraint` DDL where the "quote" flag from a | Mike Bayer | 2013-07-17 | 1 | -1/+3 |
| * | cleanup | Mike Bayer | 2013-06-08 | 1 | -4/+1 |
| * | - Fixed an obscure bug where the wrong results would be | Mike Bayer | 2013-06-07 | 1 | -0/+2 |
| * | dial back the default "flatness" a bit, it will be there for joinedload and q... | Mike Bayer | 2013-06-06 | 1 | -6/+5 |
| * | - improve overlapping selectables, apply to both query and relationship | Mike Bayer | 2013-06-04 | 1 | -5/+18 |
| * | OK this is the broken version, need to think a lot more about this | Mike Bayer | 2013-06-03 | 1 | -1/+2 |
| * | - figured out what the from_self() thing was about, part of query.statement, ... | Mike Bayer | 2013-06-02 | 1 | -1/+0 |
| * | getting things to join without subqueries, but some glitches in the compiler ... | Mike Bayer | 2013-06-02 | 1 | -0/+1 |
| * | implement join rewriting inside of visit_select(). Currently this is global ... | Mike Bayer | 2013-06-02 | 1 | -2/+5 |
| * | sqlite tests | Mike Bayer | 2013-05-26 | 1 | -2/+2 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -8/+8 |
| * | everything passes with this!!!!!!! holy crap !!!!! and its the simplest of all | Mike Bayer | 2013-04-25 | 1 | -1/+1 |
| * | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -1/+3 |
| * | A meaningful :attr:`.QueryableAttribute.info` attribute is | Mike Bayer | 2013-03-09 | 1 | -0/+3 |
| * | Fixed a bug regarding column annotations which in particular | Mike Bayer | 2013-02-02 | 1 | -1/+1 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | just a pep8 pass of lib/sqlalchemy/sql/ | Diana Clarke | 2012-11-19 | 1 | -15/+42 |