summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/sql/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* - copyright 2015Mike Bayer2015-03-101-1/+1
* renamed aggregatefilter to funcfilter, since it is thatIlja Everilä2014-09-111-1/+1
* implementation for <aggregate_fun> FILTER (WHERE ...)Ilja Everilä2014-09-101-0/+1
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-3/+3
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-1/+2
* - happy new yearMike Bayer2014-01-051-1/+1
* An overhaul of expression handling for special symbols particularlyMike Bayer2013-10-231-0/+2
* - apply an import refactoring to the ORM as wellMike Bayer2013-08-141-6/+13
* - A large refactoring of the ``sqlalchemy.sql`` package has reorganizedMike Bayer2013-08-121-0/+12
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/sql/Diana Clarke2012-11-191-1/+0
* absolute imports in core, sqlMike Bayer2012-06-231-2/+2
* - [feature] Added "false()" and "true()" expressionMike Bayer2012-01-181-0/+2
* happy new yearMike Bayer2012-01-041-1/+1
* - Adjusted the "importlater" mechanism, which isMike Bayer2011-09-211-0/+1
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-0/+1
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - Added type_coerce(expr, type_) expression element.Mike Bayer2010-10-231-0/+1
* - Added a tuple_() construct, allows sets of expressionsMike Bayer2010-01-251-0/+1
* - Fixed the import weirdness in sqlalchemy.sqlMike Bayer2008-11-221-2/+2
* docstring updatesMike Bayer2008-11-071-0/+1
* - Moved to 2.4+ import syntax (w/ some experimental merge-friendly formatting)Jason Kirtland2008-07-151-1/+55
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-1/+1
* Assorted unused imports from pyflakes, docstring tweaks, formatting.Jason Kirtland2007-10-131-1/+0
* 1. Module layout. sql.py and related move into a package called "sql".Mike Bayer2007-08-181-0/+3