| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create initial 2.0 engine implementation | Mike Bayer | 2020-04-16 | 1 | -0/+11 |
| * | Set up absolute references for create_engine and related | Mike Bayer | 2020-04-14 | 1 | -1/+2 |
| * | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -31/+52 |
| * | Fix almost all read-level sphinx warnings | Mike Bayer | 2020-04-11 | 1 | -1/+3 |
| * | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -14/+4 |
| * | Merge "Add a third labeling mode for SELECT statements" | mike bayer | 2020-03-30 | 1 | -0/+21 |
| |\ |
|
| | * | Add a third labeling mode for SELECT statements | Mike Bayer | 2020-03-29 | 1 | -0/+21 |
| * | | Remove support for python 3.4 | Federico Caselli | 2020-03-30 | 1 | -1/+1 |
| |/ |
|
| * | Improve the method ``__str__`` of :class:`ColumnCollection` | Federico Caselli | 2020-03-24 | 1 | -3/+6 |
| * | Deprecate plain string in execute and introduce `exec_driver_sql` | Federico Caselli | 2020-03-21 | 1 | -22/+22 |
| * | Merge "Rework select(), CompoundSelect() in terms of CompileState" | mike bayer | 2020-03-11 | 1 | -2/+86 |
| |\ |
|
| | * | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 1 | -2/+86 |
| * | | Simplified module pre-loading strategy and made it linter friendly | Federico Caselli | 2020-03-07 | 1 | -7/+8 |
| |/ |
|
| * | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -0/+47 |
| * | Ensure all nested exception throws have a cause | Mike Bayer | 2020-03-02 | 1 | -11/+14 |
| * | Enable F821 | Mike Bayer | 2020-01-04 | 1 | -3/+6 |
| * | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
| * | Fix rst for flake8-rst-docstrings-0.0.12 | Mike Bayer | 2019-11-22 | 1 | -2/+2 |
| * | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -7/+29 |
| * | Unify generation between Core and ORM query | Mike Bayer | 2019-09-26 | 1 | -6/+11 |
| * | Allow duplicate columns in from clauses and selectables | Mike Bayer | 2019-07-11 | 1 | -131/+316 |
| * | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -0/+144 |
| * | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -4/+5 |
| * | Add getters for all execution_options | Daniel Lister | 2019-01-25 | 1 | -2/+15 |
| * | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -7/+10 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -48/+66 |
| * | Add missing space | wodim | 2018-10-30 | 1 | -1/+1 |
| * | Import from collections.abc | xtreak | 2018-09-27 | 1 | -3/+2 |
| * | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
| * | Ensure Oracle index w/ col DESC etc. is reflected | Mike Bayer | 2017-08-14 | 1 | -0/+4 |
| * | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| * | Ensure TypeDecorator delegates _set_parent_with_dispatch | Mike Bayer | 2016-10-20 | 1 | -2/+0 |
| * | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| * | - unfortunately we need to match within join where col.key does not match | Mike Bayer | 2016-01-26 | 1 | -2/+1 |
| * | - rework ColumnCollection to no longer persist "all_col_set"; we don't | Mike Bayer | 2016-01-26 | 1 | -20/+9 |
| * | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| * | - add MemoizedSlots, a generalized solution to using __getattr__ | Mike Bayer | 2015-01-05 | 1 | -9/+12 |
| * | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 1 | -1/+3 |
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -47/+62 |
| * | - Added a "str()" step to the dialect_kwargs iteration for | Mike Bayer | 2014-07-14 | 1 | -1/+1 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| * | - Liberalized the contract for :class:`.Index` a bit in that you can | Mike Bayer | 2014-04-19 | 1 | -0/+3 |
| * | - Fixed bug in new :meth:`.DialectKWArgs.argument_for` method where | Mike Bayer | 2014-04-15 | 1 | -0/+2 |
| * | restore the contracts of update/extend to the degree that the same column ide... | Mike Bayer | 2014-02-27 | 1 | -3/+5 |
| * | - Some changes to how the :attr:`.FromClause.c` collection behaves | Mike Bayer | 2014-02-26 | 1 | -25/+46 |
| * | - use MutableMapping to make this more succinct, complete | Mike Bayer | 2014-02-26 | 1 | -47/+35 |
| * | docs | Mike Bayer | 2014-02-25 | 1 | -3/+10 |
| * | - The new dialect-level keyword argument system for schema-level | Mike Bayer | 2014-02-25 | 1 | -13/+156 |
| * | - alter behavior such that dialect_kwargs is still immutable, but | Mike Bayer | 2014-01-19 | 1 | -10/+5 |