summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/functions.py
Commit message (Expand)AuthorAgeFilesLines
* Support for GROUP BY CUBE, SET, ROLLUPpr_github_383Spitcyn2017-09-121-0/+30
* Support python3.6Mike Bayer2017-01-131-4/+4
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* spelling: Postgresql -> PostgreSQLVille Skyttä2016-10-081-1/+1
* Support range specification in window functionPhillip Cloud2016-06-071-2/+8
* Adds parentheses around prints in documentationpr/263jfinkels2016-04-271-7/+7
* - further edit the unnest() example to suit PG's esoteric requirementsMike Bayer2016-02-181-4/+6
* - use same colname as the alias we give to the PG functionMike Bayer2016-02-161-2/+2
* - happy new yearMike Bayer2016-01-291-1/+1
* - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type providesMike Bayer2016-01-061-10/+13
* - add a postgresql-specific form of array_agg() that injects theMike Bayer2015-08-271-2/+9
* - Added support for "set-aggregate" functions of the formticket_3516Mike Bayer2015-08-261-7/+152
* - Added support for the SQL-standard function :class:`.array_agg`,Mike Bayer2015-08-261-0/+22
* - build out a new base type for Array, as well as new any/all operatorsMike Bayer2015-08-251-1/+11
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - changelog, migration for pr github:134Mike Bayer2014-10-041-1/+8
* renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-111-7/+7
* implementation for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-101-1/+23
* - Added a supported :meth:`.FunctionElement.alias` method to functions,Mike Bayer2014-07-241-5/+47
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-15/+18
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - add new section Working with Raw DBAPI Connections, fixes #2218.Mike Bayer2014-06-301-0/+9
* Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-9/+9
* - happy new yearMike Bayer2014-01-051-1/+1
* Perform fewer dict lookups - tiny microoptimizationpr/35Alex Gaynor2013-10-141-5/+4
* Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30Alex Gaynor2013-09-251-0/+3
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-7/+285
* - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase.Mike Bayer2013-05-301-8/+7
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-8/+9
* - the raw 2to3 runMike Bayer2013-04-271-2/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/sql/Diana Clarke2012-11-191-2/+26
* - [feature] The cast() and extract() constructsMike Bayer2012-09-101-3/+19
* - add "identifier", can differentiate between "name" rendered and "identifier...Mike Bayer2012-08-261-2/+20
* - tweak the GenericFunction constructor more so that it's action in parsing theMike Bayer2012-08-261-7/+6
* - correct the argument signature for GenericFunction to be more predictableMike Bayer2012-08-241-13/+8
* - [feature] Enhanced GenericFunction and func.*Mike Bayer2012-08-221-19/+88
* -whitespace bonanza, contdMike Bayer2012-07-281-2/+2
* absolute imports in core, sqlMike Bayer2012-06-231-4/+4
* happy new yearMike Bayer2012-01-041-1/+1
* - Added new generic function "next_value()", acceptsMike Bayer2011-03-201-1/+25
* - whitespace removal bonanzaMike Bayer2011-01-021-1/+1
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - Added a tuple_() construct, allows sets of expressionsMike Bayer2010-01-251-7/+1
* - _CalculatedClause is goneMike Bayer2009-01-281-7/+2
* - sqlalchemy.sql.expression.Function is now a publicMike Bayer2009-01-021-2/+2
* - turn __visit_name__ into an explicit member.Mike Bayer2008-12-111-4/+0
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-1/+1
* - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class...Mike Bayer2008-10-251-3/+3