summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* fully implement future engine and remove legacyMike Bayer2021-11-071-1/+0
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Ignore flake8 F401 on specific filesFederico Caselli2021-03-031-88/+88
* Implement support for functions as FROM with columns clause supportMike Bayer2021-02-031-0/+2
* Replace with_labels() and apply_labels() in ORM/CoreGord Thompson2021-01-261-0/+4
* happy new yearMike Bayer2021-01-041-1/+1
* Apply underscore naming to several more operatorsjonathan vanasco2020-10-301-6/+8
* Add support for regular expression on supported backend.Federico Caselli2020-08-271-0/+5
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-1/+1
* introduce deferred lambdasMike Bayer2020-07-031-0/+6
* Fix almost all read-level sphinx warningsMike Bayer2020-04-111-0/+2
* Implement SQL VALUES in core.Gord Thompson2020-03-241-0/+4
* Rework select(), CompoundSelect() in terms of CompileStateMike Bayer2020-03-101-1/+1
* Fixes for public_factory and mysql/pg dml functionsMike Bayer2020-02-081-42/+46
* happy new yearMike Bayer2020-01-011-1/+1
* Add anonymizing context to cache keys, comparison; convert traversalMike Bayer2019-11-041-2/+0
* SelectBase no longer a FromClauseMike Bayer2019-07-061-0/+5
* Implement new ClauseElement role and coercion systemMike Bayer2019-05-181-18/+1
* Prevent __init__ from being called for Alias, subclassesMike Bayer2019-02-211-3/+5
* Remove all remaining text() coercions and ensure identifiers are safeMike Bayer2019-02-061-0/+1
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-93/+91
* Run black -l 79 against all source filesMike Bayer2019-01-061-44/+161
* happy new yearMike Bayer2018-01-121-1/+1
* Recognize brackets, quoted_name in SQL Server schemaMike Bayer2017-04-041-2/+3
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* Correct any_, all_ spellingMike Bayer2016-12-281-1/+1
* Add TABLESAMPLE clause support.saarni2016-06-151-2/+3
* - Added :meth:`.Select.lateral` and related constructs to allowMike Bayer2016-03-291-4/+6
* - CTE functionality has been expanded to support all DML, allowingMike Bayer2016-02-111-2/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - The :func:`.type_coerce` construct is now a fully fledged CoreMike Bayer2015-09-161-1/+2
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-2/+3
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-2/+4
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - correctionsMike Bayer2014-12-271-1/+1
* - Reversing a change that was made in 0.9, the "singleton" natureMike Bayer2014-10-191-3/+3
* renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-111-3/+3
* implementation for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-101-1/+3
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+2
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-20/+26
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Restored the import for :class:`.Function` to the ``sqlalchemy.sql.expressi...Mike Bayer2014-04-051-1/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* make generativeselect availableMike Bayer2013-11-291-1/+1
* - New improvements to the :func:`.text` construct, includingMike Bayer2013-11-291-2/+2
* Import CTE so that API doc can be generatedVraj Mohan2013-11-141-1/+1
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-5/+6
* - The ``version_id_generator`` parameter of ``Mapper`` can now be specifiedMike Bayer2013-08-251-1/+2
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-32/+31