| Commit message (Expand) | Author | Age | Files | Lines |
* | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 1 | -1/+0 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | Ignore flake8 F401 on specific files | Federico Caselli | 2021-03-03 | 1 | -88/+88 |
* | Implement support for functions as FROM with columns clause support | Mike Bayer | 2021-02-03 | 1 | -0/+2 |
* | Replace with_labels() and apply_labels() in ORM/Core | Gord Thompson | 2021-01-26 | 1 | -0/+4 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Apply underscore naming to several more operators | jonathan vanasco | 2020-10-30 | 1 | -6/+8 |
* | Add support for regular expression on supported backend. | Federico Caselli | 2020-08-27 | 1 | -0/+5 |
* | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -1/+1 |
* | introduce deferred lambdas | Mike Bayer | 2020-07-03 | 1 | -0/+6 |
* | Fix almost all read-level sphinx warnings | Mike Bayer | 2020-04-11 | 1 | -0/+2 |
* | Implement SQL VALUES in core. | Gord Thompson | 2020-03-24 | 1 | -0/+4 |
* | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 1 | -1/+1 |
* | Fixes for public_factory and mysql/pg dml functions | Mike Bayer | 2020-02-08 | 1 | -42/+46 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -2/+0 |
* | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -0/+5 |
* | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -18/+1 |
* | Prevent __init__ from being called for Alias, subclasses | Mike Bayer | 2019-02-21 | 1 | -3/+5 |
* | Remove all remaining text() coercions and ensure identifiers are safe | Mike Bayer | 2019-02-06 | 1 | -0/+1 |
* | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -93/+91 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -44/+161 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Recognize brackets, quoted_name in SQL Server schema | Mike Bayer | 2017-04-04 | 1 | -2/+3 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | Correct any_, all_ spelling | Mike Bayer | 2016-12-28 | 1 | -1/+1 |
* | Add TABLESAMPLE clause support. | saarni | 2016-06-15 | 1 | -2/+3 |
* | - Added :meth:`.Select.lateral` and related constructs to allow | Mike Bayer | 2016-03-29 | 1 | -4/+6 |
* | - CTE functionality has been expanded to support all DML, allowing | Mike Bayer | 2016-02-11 | 1 | -2/+2 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - The :func:`.type_coerce` construct is now a fully fledged Core | Mike Bayer | 2015-09-16 | 1 | -1/+2 |
* | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 1 | -2/+3 |
* | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 1 | -2/+4 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - corrections | Mike Bayer | 2014-12-27 | 1 | -1/+1 |
* | - Reversing a change that was made in 0.9, the "singleton" nature | Mike Bayer | 2014-10-19 | 1 | -3/+3 |
* | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 1 | -3/+3 |
* | implementation for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 1 | -1/+3 |
* | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -1/+2 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -20/+26 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi... | Mike Bayer | 2014-04-05 | 1 | -1/+1 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | make generativeselect available | Mike Bayer | 2013-11-29 | 1 | -1/+1 |
* | - New improvements to the :func:`.text` construct, including | Mike Bayer | 2013-11-29 | 1 | -2/+2 |
* | Import CTE so that API doc can be generated | Vraj Mohan | 2013-11-14 | 1 | -1/+1 |
* | An overhaul of expression handling for special symbols particularly | Mike Bayer | 2013-10-23 | 1 | -5/+6 |
* | - The ``version_id_generator`` parameter of ``Mapper`` can now be specified | Mike Bayer | 2013-08-25 | 1 | -1/+2 |
* | - apply an import refactoring to the ORM as well | Mike Bayer | 2013-08-14 | 1 | -32/+31 |