| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Implement support for functions as FROM with columns clause support" | Mike Bayer | 2021-01-21 | 1 | -136/+51 |
* | Implement support for functions as FROM with columns clause support | Mike Bayer | 2021-01-20 | 1 | -51/+136 |
* | allow Executable to be accepted by Session.execute() | Mike Bayer | 2021-01-14 | 1 | -1/+0 |
* | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
* | Improve type detection for Values / Tuple | Mike Bayer | 2020-12-18 | 1 | -4/+21 |
* | Major revisals to lambdas | Mike Bayer | 2020-12-16 | 1 | -1/+0 |
* | Allow dialect-specific stringification | Mike Bayer | 2020-11-08 | 1 | -2/+12 |
* | Merge "tutorial 2.0 WIP" | mike bayer | 2020-10-31 | 1 | -1/+0 |
|\ |
|
| * | tutorial 2.0 WIPreview/mike_bayer/tutorial20 | Mike Bayer | 2020-10-31 | 1 | -1/+0 |
* | | Merge "Deprecate bind args, execute() methods that were missed" | mike bayer | 2020-10-31 | 1 | -0/+7 |
|\ \
| |/
|/| |
|
| * | Deprecate bind args, execute() methods that were missed | Mike Bayer | 2020-10-30 | 1 | -0/+7 |
* | | Apply underscore naming to several more operators | jonathan vanasco | 2020-10-30 | 1 | -25/+33 |
|/ |
|
* | Ensure escaping of percent signs in columns, parameters | Mike Bayer | 2020-10-17 | 1 | -25/+44 |
* | Repair reduction in Over | Mike Bayer | 2020-10-12 | 1 | -0/+9 |
* | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -3/+6 |
* | new docs WIP | Mike Bayer | 2020-09-24 | 1 | -8/+17 |
* | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -53/+49 |
* | Create a real type for Tuple() and handle appropriately in compiler | Mike Bayer | 2020-08-17 | 1 | -22/+13 |
* | Robustness for lambdas, lambda statements | Mike Bayer | 2020-08-05 | 1 | -37/+12 |
* | Allow Grouping to pass along proxy_set of element | Mike Bayer | 2020-07-21 | 1 | -0/+7 |
* | Convert remaining ORM APIs to support 2.0 style | Mike Bayer | 2020-07-11 | 1 | -22/+40 |
* | introduce deferred lambdas | Mike Bayer | 2020-07-03 | 1 | -8/+6 |
* | Merge "Fix a wide variety of typos and broken links" | mike bayer | 2020-06-26 | 1 | -37/+41 |
|\ |
|
| * | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -37/+41 |
* | | Default psycopg2 executemany mode to "values_only" | Mike Bayer | 2020-06-25 | 1 | -12/+4 |
|/ |
|
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -44/+94 |
* | Document that type_coerce does not currently imply parenthesization | Mike Bayer | 2020-06-04 | 1 | -11/+25 |
* | Inline a few ORM arguments, others | Mike Bayer | 2020-06-03 | 1 | -7/+13 |
* | Improve rendering of core statements w/ ORM elements | Mike Bayer | 2020-05-31 | 1 | -5/+18 |
* | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -23/+47 |
* | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -7/+43 |
* | Correctly apply self_group in type_coerce element. | Federico Caselli | 2020-05-22 | 1 | -6/+10 |
* | Streamline visitors.iterate | Mike Bayer | 2020-05-18 | 1 | -9/+14 |
* | Documentation updates for ResultProxy -> Result | Mike Bayer | 2020-05-01 | 1 | -1/+1 |
* | 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 | -153/+227 |
* | Remove code deprecated before version 1.1 | Federico Caselli | 2020-04-09 | 1 | -81/+4 |
* | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -39/+34 |
* | Add a third labeling mode for SELECT statements | Mike Bayer | 2020-03-29 | 1 | -0/+5 |
* | Correct ambiguous func / class links | Mike Bayer | 2020-03-25 | 1 | -19/+19 |
* | Remove deprecated elements from selectable.py; remove lockmode | Mike Bayer | 2020-03-23 | 1 | -3/+1 |
* | Merge "Rework select(), CompoundSelect() in terms of CompileState" | mike bayer | 2020-03-11 | 1 | -57/+81 |
|\ |
|
| * | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 1 | -57/+81 |
* | | Simplified module pre-loading strategy and made it linter friendly | Federico Caselli | 2020-03-07 | 1 | -4/+6 |
|/ |
|
* | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -9/+5 |
* | Ensure all nested exception throws have a cause | Mike Bayer | 2020-03-02 | 1 | -22/+44 |
* | Remove print statement in favor of print() function in docs and examples | Albert Tugushev | 2020-02-26 | 1 | -13/+13 |
* | Deprecate empty or_() and and_() | Federico Caselli | 2020-01-25 | 1 | -18/+88 |
* | Alter unique bound parameter key on deserialize | Mike Bayer | 2020-01-10 | 1 | -0/+7 |
* | Enable F821 | Mike Bayer | 2020-01-04 | 1 | -1/+6 |