summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/functions.py
Commit message (Expand)AuthorAgeFilesLines
* Support for the WITHIN GROUP (ORDER BY) clauses (within_group/WithinGroup).pr/156Antti Haapala2015-01-081-1/+23
* - 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
* - Added func.min(), func.max(), func.sum() as "generic functions",Mike Bayer2008-09-081-2/+15
* - func.count() with no argument emits COUNT(*)Jason Kirtland2008-07-241-1/+11
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-151-2/+3
* factored down exportable_columns/flatten_cols/proxy_column/oid_etc_yada down ...Mike Bayer2008-04-041-1/+0
* - Added generic func.random (non-standard SQL)Jason Kirtland2008-03-251-11/+23
* - some consolidation of tests in select.py, movedMike Bayer2008-02-011-0/+3
* get most oracle tests in sql working again....Mike Bayer2007-12-181-1/+4
* - basic framework for generic functions, [ticket:615]Mike Bayer2007-12-051-0/+78