| Commit message (Expand) | Author | Age | Files | Lines |
* | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 1 | -0/+4 |
* | Removals: MetaData.bind, Table.bind, all other .bind | Mike Bayer | 2021-12-02 | 1 | -18/+0 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -2/+2 |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -1/+1 |
* | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 1 | -46/+2 |
* | implement _all_selected_columns for functionelement | Mike Bayer | 2021-09-20 | 1 | -1/+12 |
* | labeling refactor | Mike Bayer | 2021-07-12 | 1 | -0/+8 |
* | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
* | Support filter_by() from columns, functions, Core SQL | Mike Bayer | 2021-05-01 | 1 | -0/+11 |
* | Derive `next_value.type` from `Sequence.data_type` if available | Bryan Forbes | 2021-04-18 | 1 | -0/+3 |
* | Use tuple for function package names | Mike Bayer | 2021-03-19 | 1 | -1/+1 |
* | Accept ColumnCollection in update_on_conflict(set_= | Gord Thompson | 2021-02-15 | 1 | -1/+1 |
* | test Function(?:Element)._bind_param() with in_() | Mike Bayer | 2021-02-11 | 1 | -2/+4 |
* | Implement support for functions as FROM with columns clause support | Mike Bayer | 2021-02-03 | 1 | -39/+343 |
* | Revert "Implement support for functions as FROM with columns clause support" | Mike Bayer | 2021-01-21 | 1 | -250/+22 |
* | Implement support for functions as FROM with columns clause support | Mike Bayer | 2021-01-20 | 1 | -22/+250 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Deprecate bind args, execute() methods that were missed | Mike Bayer | 2020-10-30 | 1 | -3/+19 |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -16/+15 |
* | 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 |