summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/functions.py
Commit message (Expand)AuthorAgeFilesLines
* - 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