| Commit message (Expand) | Author | Age | Files | Lines |
* | Support for GROUP BY CUBE, SET, ROLLUPpr_github_383 | Spitcyn | 2017-09-12 | 1 | -0/+30 |
* | Support python3.6 | Mike Bayer | 2017-01-13 | 1 | -4/+4 |
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
* | spelling: Postgresql -> PostgreSQL | Ville Skyttä | 2016-10-08 | 1 | -1/+1 |
* | Support range specification in window function | Phillip Cloud | 2016-06-07 | 1 | -2/+8 |
* | Adds parentheses around prints in documentationpr/263 | jfinkels | 2016-04-27 | 1 | -7/+7 |
* | - further edit the unnest() example to suit PG's esoteric requirements | Mike Bayer | 2016-02-18 | 1 | -4/+6 |
* | - use same colname as the alias we give to the PG function | Mike Bayer | 2016-02-16 | 1 | -2/+2 |
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
* | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -10/+13 |
* | - add a postgresql-specific form of array_agg() that injects the | Mike Bayer | 2015-08-27 | 1 | -2/+9 |
* | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 1 | -7/+152 |
* | - Added support for the SQL-standard function :class:`.array_agg`, | Mike Bayer | 2015-08-26 | 1 | -0/+22 |
* | - build out a new base type for Array, as well as new any/all operators | Mike Bayer | 2015-08-25 | 1 | -1/+11 |
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
* | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 1 | -1/+8 |
* | renamed aggregatefilter to funcfilter, since it is that | Ilja Everilä | 2014-09-11 | 1 | -7/+7 |
* | implementation for <aggregate_fun> FILTER (WHERE ...) | Ilja Everilä | 2014-09-10 | 1 | -1/+23 |
* | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 1 | -5/+47 |
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -15/+18 |
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
* | - add new section Working with Raw DBAPI Connections, fixes #2218. | Mike Bayer | 2014-06-30 | 1 | -0/+9 |
* | Documentation fix-up: "its" vs. "it's"pr/91 | Matthias Urlichs | 2014-05-11 | 1 | -1/+1 |
* | - Fixed regression whereby the "annotation" system used by the ORM was leaking | Mike Bayer | 2014-01-29 | 1 | -9/+9 |
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
* | Perform fewer dict lookups - tiny microoptimizationpr/35 | Alex Gaynor | 2013-10-14 | 1 | -5/+4 |
* | Replace a big loop + dict lookup in Connection.execute() with a simple visitorpr/30 | Alex Gaynor | 2013-09-25 | 1 | -0/+3 |
* | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -7/+285 |
* | - implement armin's awesome metaclass adaptor, can drop the refs to MetaBase. | Mike Bayer | 2013-05-30 | 1 | -8/+7 |
* | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 1 | -8/+9 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+1 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | just a pep8 pass of lib/sqlalchemy/sql/ | Diana Clarke | 2012-11-19 | 1 | -2/+26 |
* | - [feature] The cast() and extract() constructs | Mike Bayer | 2012-09-10 | 1 | -3/+19 |
* | - add "identifier", can differentiate between "name" rendered and "identifier... | Mike Bayer | 2012-08-26 | 1 | -2/+20 |
* | - tweak the GenericFunction constructor more so that it's action in parsing the | Mike Bayer | 2012-08-26 | 1 | -7/+6 |
* | - correct the argument signature for GenericFunction to be more predictable | Mike Bayer | 2012-08-24 | 1 | -13/+8 |
* | - [feature] Enhanced GenericFunction and func.* | Mike Bayer | 2012-08-22 | 1 | -19/+88 |
* | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -2/+2 |
* | absolute imports in core, sql | Mike Bayer | 2012-06-23 | 1 | -4/+4 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Added new generic function "next_value()", accepts | Mike Bayer | 2011-03-20 | 1 | -1/+25 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
* | - Added a tuple_() construct, allows sets of expressions | Mike Bayer | 2010-01-25 | 1 | -7/+1 |
* | - _CalculatedClause is gone | Mike Bayer | 2009-01-28 | 1 | -7/+2 |
* | - sqlalchemy.sql.expression.Function is now a public | Mike Bayer | 2009-01-02 | 1 | -2/+2 |
* | - turn __visit_name__ into an explicit member. | Mike Bayer | 2008-12-11 | 1 | -4/+0 |
* | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -1/+1 |
* | - moved _FigureVisitName into visitiors.VisitorType, added Visitor base class... | Mike Bayer | 2008-10-25 | 1 | -3/+3 |