| Commit message (Expand) | Author | Age | Files | Lines |
| * | Documentation updates for ResultProxy -> Result | Mike Bayer | 2020-05-01 | 1 | -8/+8 |
| * | Set up absolute references for create_engine and related | Mike Bayer | 2020-04-14 | 1 | -8/+12 |
| * | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -74/+98 |
| * | Enable zzzeeksphinx module prefixes | Mike Bayer | 2020-04-14 | 1 | -36/+27 |
| * | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -0/+23 |
| * | Correct ambiguous func / class links | Mike Bayer | 2020-03-25 | 1 | -30/+32 |
| * | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 1 | -2/+18 |
| * | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -196/+341 |
| * | Repair inline flag | Mike Bayer | 2020-02-22 | 1 | -6/+5 |
| * | Create initial future package, RemovedIn20Warning | Mike Bayer | 2020-02-12 | 1 | -4/+174 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | De-implement non-working / testing copy_internals from dml | Mike Bayer | 2019-12-29 | 1 | -16/+3 |
| * | Allow duplicate columns in from clauses and selectables | Mike Bayer | 2019-07-11 | 1 | -2/+3 |
| * | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -0/+4 |
| * | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -18/+34 |
| * | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -7/+0 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -30/+24 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -77/+117 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Allow delete where clause to refer multiple tables. | inytar | 2017-12-05 | 1 | -3/+31 |
| * | New features from python 2.7 | Катаев Денис | 2017-03-17 | 1 | -2/+2 |
| * | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -13/+13 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
| * | Spelling fixes | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
| * | Ensure DML provides named_with_column for CTE(Alias) | Mike Bayer | 2016-07-13 | 1 | -0/+1 |
| * | Add ON CONFLICT support for Postgresql | Robin Thomas | 2016-06-14 | 1 | -0/+1 |
| * | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 1 | -3/+6 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | some spelling fixes | jonathan vanasco | 2015-12-16 | 1 | -3/+3 |
| * | - Added support for parameter-ordered SET clauses in an UPDATE | Mike Bayer | 2015-11-28 | 1 | -60/+102 |
| * | - try to note under insert.values(), if you need | Mike Bayer | 2015-07-08 | 1 | -3/+7 |
| * | - ensure that the keys we put into the parameters dictionary | Mike Bayer | 2015-04-08 | 1 | -2/+4 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - The multi-values version of :meth:`.Insert.values` has been | Mike Bayer | 2015-01-13 | 1 | -0/+6 |
| * | Maul the evaulate & friends typo | Priit Laes | 2014-12-19 | 1 | -1/+1 |
| * | - :meth:`.Insert.from_select` now includes Python and SQL-expression | Mike Bayer | 2014-10-10 | 1 | -8/+18 |
| * | Fix copy-paste error in Delete doc | Gunnlaugur Þór Briem | 2014-08-21 | 1 | -2/+2 |
| * | - fix link | Mike Bayer | 2014-08-21 | 1 | -1/+1 |
| * | - The INSERT...FROM SELECT construct now implies ``inline=True`` | Mike Bayer | 2014-08-20 | 1 | -13/+21 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -90/+93 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | - Fixed bug where calling :meth:`.Insert.values` with an empty list | Mike Bayer | 2014-02-19 | 1 | -0/+1 |
| * | - implement kwarg validation and type system for dialect-specific | Mike Bayer | 2014-01-18 | 1 | -9/+8 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - improve documentation for return_defaults() and returned_defaults. [ticket... | Mike Bayer | 2013-12-20 | 1 | -26/+59 |
| * | - Fixed bug with :meth:`.Insert.from_select` method where the order | Mike Bayer | 2013-12-19 | 1 | -1/+9 |
| * | - restore constructor docs blown away in the merge | Mike Bayer | 2013-08-25 | 1 | -0/+141 |
| * | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -141/+61 |