| Commit message (Expand) | Author | Age | Files | Lines |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -81/+59 |
* | Merge "Fix a wide variety of typos and broken links" | mike bayer | 2020-06-26 | 1 | -2/+2 |
|\ |
|
| * | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -2/+2 |
* | | Default psycopg2 executemany mode to "values_only" | Mike Bayer | 2020-06-25 | 1 | -1/+3 |
|/ |
|
* | Add support for "real" sequences in mssql | Gord Thompson | 2020-05-29 | 1 | -2/+2 |
* | Clean up .execute in test/sql/test_functions.py | Gord Thompson | 2020-04-20 | 1 | -82/+81 |
* | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -1/+4 |
* | Result initial introduction | Mike Bayer | 2020-02-21 | 1 | -5/+5 |
* | Support GenericFunction.name passed as a quoted_name | Mike Bayer | 2020-01-06 | 1 | -0/+16 |
* | Add result map targeting for custom compiled, text objects | Mike Bayer | 2019-10-07 | 1 | -0/+15 |
* | self_group() for FunctionFilter | Mike Bayer | 2019-07-12 | 1 | -0/+9 |
* | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -15/+17 |
* | Do not register the GenericFunction in sql.functions._registry | Adrien Berchet | 2019-05-06 | 1 | -0/+40 |
* | Make the GenericFunction registry fully case insensitive | Mike Bayer | 2019-04-30 | 1 | -4/+22 |
* | Add case insensitivity feature to GenericFunction. | Adrien Berchet | 2019-04-29 | 1 | -3/+55 |
* | Remove all remaining text() coercions and ensure identifiers are safe | Mike Bayer | 2019-02-06 | 1 | -0/+37 |
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -33/+44 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -347/+388 |
* | Assorted pre-Black fixes | Mike Bayer | 2019-01-05 | 1 | -44/+41 |
* | Allow optional *args with base AnsiFunction | Mike Bayer | 2018-11-29 | 1 | -18/+15 |
* | Add missing range_ / rows parameters to additional over() methods | Mike Bayer | 2018-08-19 | 1 | -0/+32 |
* | support functions "as binary comparison" | Mike Bayer | 2018-07-09 | 1 | -1/+65 |
* | Fix array_agg to accommodate ARRAY arguments | Mike Bayer | 2017-10-06 | 1 | -1/+37 |
* | Support pg10 | Mike Bayer | 2017-10-02 | 1 | -8/+2 |
* | Implement placeholders for CUBE, ROLLUP, GROUPING SETSreview/mike_bayer/pr_github_383 | Spitcyn | 2017-09-13 | 1 | -0/+36 |
* | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -4/+4 |
* | - 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 |