| Commit message (Expand) | Author | Age | Files | Lines |
* | introduce deferred lambdas | Mike Bayer | 2020-07-03 | 1 | -2/+2 |
* | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -6/+6 |
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -3/+36 |
* | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -3/+17 |
* | Create initial 2.0 engine implementation | Mike Bayer | 2020-04-16 | 1 | -2/+6 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -19/+21 |
* | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -3/+2 |
* | Correct ambiguous func / class links | Mike Bayer | 2020-03-25 | 1 | -1/+1 |
* | Remove print statement in favor of print() function in docs and examples | Albert Tugushev | 2020-02-26 | 1 | -2/+2 |
* | Create initial future package, RemovedIn20Warning | Mike Bayer | 2020-02-12 | 1 | -1/+1 |
* | Support GenericFunction.name passed as a quoted_name | Mike Bayer | 2020-01-06 | 1 | -3/+27 |
* | happy new year | Mike Bayer | 2020-01-01 | 1 | -1/+1 |
* | Traversal and clause generation performance improvements | Mike Bayer | 2019-12-14 | 1 | -0/+3 |
* | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -45/+25 |
* | Fix test failures from func doc fix | Mike Bayer | 2019-10-17 | 1 | -1/+1 |
* | fix func docs | Mike Bayer | 2019-10-17 | 1 | -69/+108 |
* | Allow duplicate columns in from clauses and selectables | Mike Bayer | 2019-07-11 | 1 | -1/+2 |
* | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -5/+3 |
* | Implement new ClauseElement role and coercion system | Mike Bayer | 2019-05-18 | 1 | -5/+19 |
* | Do not register the GenericFunction in sql.functions._registry | Adrien Berchet | 2019-05-06 | 1 | -1/+12 |
* | Make the GenericFunction registry fully case insensitive | Mike Bayer | 2019-04-30 | 1 | -58/+6 |
* | Add case insensitivity feature to GenericFunction. | Adrien Berchet | 2019-04-29 | 1 | -2/+63 |
* | Add _cache_key implementation. | Mike Bayer | 2019-04-29 | 1 | -0/+21 |
* | Reimplement .compare() in terms of a visitor | Mike Bayer | 2019-04-29 | 1 | -10/+24 |
* | Prevent __init__ from being called for Alias, subclasses | Mike Bayer | 2019-02-21 | 1 | -1/+1 |
* | Remove version directives for 0.6, 0.7, 0.8 | Mike Bayer | 2019-01-15 | 1 | -15/+0 |
* | Merge "use ..deprecated directive w/ version in all cases" | mike bayer | 2019-01-12 | 1 | -0/+16 |
|\ |
|
| * | use ..deprecated directive w/ version in all cases | Mike Bayer | 2019-01-11 | 1 | -0/+16 |
* | | happy new year | Mike Bayer | 2019-01-11 | 1 | -1/+1 |
|/ |
|
* | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -26/+30 |
* | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -55/+84 |
* | Allow optional *args with base AnsiFunction | Mike Bayer | 2018-11-29 | 1 | -4/+11 |
* | Pass desired array type from pg.array_agg to functions.array_agg | Mike Bayer | 2018-08-22 | 1 | -1/+2 |
* | support functions "as binary comparison" | Mike Bayer | 2018-07-09 | 1 | -1/+104 |
* | happy new year | Mike Bayer | 2018-01-12 | 1 | -1/+1 |
* | Fix array_agg to accommodate ARRAY arguments | Mike Bayer | 2017-10-06 | 1 | -1/+8 |
* | Implement placeholders for CUBE, ROLLUP, GROUPING SETSreview/mike_bayer/pr_github_383 | Spitcyn | 2017-09-13 | 1 | -0/+62 |
* | 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 |