| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Added :class:`.mysql.JSON` for MySQL 5.7. The JSON type provides | Mike Bayer | 2016-01-06 | 1 | -4/+4 |
| * | - Added support for "set-aggregate" functions of the formticket_3516 | Mike Bayer | 2015-08-26 | 1 | -15/+110 |
| * | - Added support for the SQL-standard function :class:`.array_agg`, | Mike Bayer | 2015-08-26 | 1 | -2/+10 |
| * | - Fixed potential issue where a custom subclass | Mike Bayer | 2015-07-19 | 1 | -2/+14 |
| * | - changelog, migration for pr github:134 | Mike Bayer | 2014-10-04 | 1 | -1/+111 |
| * | - The :func:`~.expression.column` and :func:`~.expression.table` | Mike Bayer | 2014-09-01 | 1 | -1/+1 |
| * | - Added a supported :meth:`.FunctionElement.alias` method to functions, | Mike Bayer | 2014-07-24 | 1 | -0/+51 |
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -68/+81 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 1 | -12/+1 |
| * | - Fixed regression whereby the "annotation" system used by the ORM was leaking | Mike Bayer | 2014-01-29 | 1 | -0/+5 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -3/+2 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 1 | -1/+1 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -3/+4 |
| * | - [feature] The cast() and extract() constructs | Mike Bayer | 2012-09-10 | 1 | -0/+6 |
| * | - [feature] The "required" flag is set to | Mike Bayer | 2012-08-27 | 1 | -1/+1 |
| * | - add "identifier", can differentiate between "name" rendered and "identifier... | Mike Bayer | 2012-08-26 | 1 | -0/+29 |
| * | - tweak the GenericFunction constructor more so that it's action in parsing the | Mike Bayer | 2012-08-26 | 1 | -0/+13 |
| * | - correct the argument signature for GenericFunction to be more predictable | Mike Bayer | 2012-08-24 | 1 | -1/+10 |
| * | - [feature] Enhanced GenericFunction and func.* | Mike Bayer | 2012-08-22 | 1 | -42/+105 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -7/+7 |
| * | fix some tests | Mike Bayer | 2011-06-02 | 1 | -5/+6 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -2/+2 |
| * | make it more explicit in tests which dialect we want to use for things | Mike Bayer | 2011-02-11 | 1 | -0/+1 |
| * | - need to limit the list of oracle fn's that don't get parens to a | Mike Bayer | 2011-02-11 | 1 | -2/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -15/+15 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -2/+2 |
| * | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
| * | - func.XXX() doesn't inadvertently resolve to non-Function | Mike Bayer | 2010-05-13 | 1 | -1/+4 |
| * | fix failing test due to sybase paramstyle | Mike Bayer | 2010-03-14 | 1 | -12/+20 |
| * | fix this test for oracle so all types return datetime.date | Mike Bayer | 2010-03-11 | 1 | -1/+1 |
| * | - Made sqlalchemy.sql.expressions.Executable part of public | Mike Bayer | 2010-02-12 | 1 | -1/+15 |
| * | - FunctionElement subclasses are now directly executable the | Mike Bayer | 2010-02-07 | 1 | -2/+13 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -17/+21 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 1 | -0/+317 |