summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/expression.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix missing savepoint structuresMike Bayer2013-08-121-0/+3
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-6606/+79
* - The :meth:`.Operators.notin_` operator added in 0.8 now properlyMike Bayer2013-08-071-1/+4
* - Fixed bug in common table expression system where if the CTE wereMike Bayer2013-07-311-4/+4
* - use inline=True for the insert..select here so it works on oracleMike Bayer2013-07-121-0/+11
* Fixed bug where the expression system relied upon the ``str()``Mike Bayer2013-07-121-1/+4
* - Added new method to the :func:`.insert` constructMike Bayer2013-07-051-2/+49
* - rework of correlation, continuing on #2668, #2746Mike Bayer2013-06-261-43/+111
* Provided a new attribute for :class:`.TypeDecorator`Mike Bayer2013-06-221-2/+5
* - tests for the alias() APIMike Bayer2013-06-081-11/+90
* Merge branch 'ticket_2587'Mike Bayer2013-06-041-9/+19
|\
| * - improve overlapping selectables, apply to both query and relationshipMike Bayer2013-06-041-1/+2
| * here's the flat join thing. it just works. Changing the existing compiled ...Mike Bayer2013-06-041-5/+14
| * getting things to join without subqueries, but some glitches in the compiler ...Mike Bayer2013-06-021-4/+4
* | Merge branch 'master' into ticket_1068Mike Bayer2013-06-031-59/+47
|\ \ | |/
| * - the distinct hash code logic here is entirely obsolete as you canMike Bayer2013-05-301-11/+0
| * Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-1/+1
| |\
| * \ Merge branch 'master' into rel_0_9Mike Bayer2013-05-261-2/+2
| |\ \
| * | | most of ORM passing...Mike Bayer2013-05-041-0/+1
| * | | - test_types, test_compiler, with sqlite at leastMike Bayer2013-04-281-2/+1
| * | | - endless isinstance(x, str)s....Mike Bayer2013-04-281-50/+45
| * | | - the raw 2to3 runMike Bayer2013-04-271-40/+44
* | | | magic accessors to the rescueMike Bayer2013-05-271-0/+13
| |_|/ |/| |
* | | fix this testMike Bayer2013-05-261-1/+1
| |/ |/|