| Commit message (Expand) | Author | Age | Files | Lines |
| * | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
| * | Properly type _generative, decorator, public_factory | Federico Caselli | 2021-12-30 | 1 | -10/+39 |
| * | Replace raise_ with raise from | Federico Caselli | 2021-12-27 | 1 | -17/+10 |
| * | Merge "factor out UnboundLoad and rearchitect strategy_options.py" into main | mike bayer | 2021-12-27 | 1 | -2/+4 |
| |\ |
|
| | * | factor out UnboundLoad and rearchitect strategy_options.py | Mike Bayer | 2021-12-27 | 1 | -2/+4 |
| * | | implement cython for cache_anon_map, prefix_anon_map | Mike Bayer | 2021-12-21 | 1 | -21/+6 |
| |/ |
|
| * | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 1 | -2/+5 |
| * | Removals: MetaData.bind, Table.bind, all other .bind | Mike Bayer | 2021-12-02 | 1 | -54/+0 |
| * | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -11/+13 |
| * | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -5/+5 |
| * | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 1 | -20/+89 |
| * | 2.0 removals: LegacyRow, connectionless execution, close_with_result | Mike Bayer | 2021-10-31 | 1 | -40/+0 |
| * | process bulk_update_tuples before cache key or compilation | Mike Bayer | 2021-10-19 | 1 | -6/+17 |
| * | fixes for usage of the null() and similar constants | Mike Bayer | 2021-10-08 | 1 | -7/+13 |
| * | coerce for multivalues keys | Mike Bayer | 2021-09-21 | 1 | -1/+5 |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
| * | document missing ColumnCollection methods | Mike Bayer | 2021-06-13 | 1 | -25/+86 |
| * | Remove pep484 type comments from the code | Federico Caselli | 2021-05-16 | 1 | -5/+3 |
| * | Correct cache key for proxy_owner, with_context_options | Mike Bayer | 2021-05-10 | 1 | -3/+6 |
| * | Support filter_by() from columns, functions, Core SQL | Mike Bayer | 2021-05-01 | 1 | -1/+19 |
| * | Fix with_expression() cache leak; don't adapt singletons | Mike Bayer | 2021-04-14 | 1 | -0/+9 |
| * | Disallow AliasedReturnsRows from execution | Mike Bayer | 2021-04-05 | 1 | -1/+1 |
| * | Adapt loader_criteria params for current query | Mike Bayer | 2021-03-26 | 1 | -3/+3 |
| * | Added back ``items`` and ``values`` to ``ColumnCollection`` class. | Federico Caselli | 2021-03-17 | 1 | -0/+6 |
| * | Implement support for functions as FROM with columns clause support | Mike Bayer | 2021-02-03 | 1 | -6/+4 |
| * | Fix many spell glitches in docstrings and comments | Lele Gaifax | 2021-01-24 | 1 | -2/+2 |
| * | introduce generalized decorator to prevent invalid method calls | Mike Bayer | 2021-01-16 | 1 | -0/+25 |
| * | allow Executable to be accepted by Session.execute() | Mike Bayer | 2021-01-14 | 1 | -1/+1 |
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | Fixes for lambda expressions and relationship loaders | Mike Bayer | 2020-12-11 | 1 | -0/+20 |
| * | Don't emit warnings on descriptor access | Mike Bayer | 2020-11-20 | 1 | -0/+1 |
| * | Convert to autoload_with internally | Mike Bayer | 2020-11-07 | 1 | -1/+3 |
| * | Add deprecation for base Executable.bind | Mike Bayer | 2020-10-16 | 1 | -0/+4 |
| * | Merge "Deprecate bound metadata" | mike bayer | 2020-10-12 | 1 | -0/+5 |
| |\ |
|
| | * | Deprecate bound metadata | Mike Bayer | 2020-10-12 | 1 | -0/+5 |
| * | | Deprecate duplicated column names in Table definition | Mike Bayer | 2020-10-12 | 1 | -4/+14 |
| |/ |
|
| * | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -21/+14 |
| * | Update select usage to use the new 1.4 format | Federico Caselli | 2020-09-08 | 1 | -1/+1 |
| * | Convert lazy loader, selectinload, load_on_ident to lambda statements | Mike Bayer | 2020-08-05 | 1 | -1/+39 |
| * | Convert remaining ORM APIs to support 2.0 style | Mike Bayer | 2020-07-11 | 1 | -0/+74 |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -0/+22 |
| * | introduce deferred lambdas | Mike Bayer | 2020-07-03 | 1 | -6/+21 |
| * | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -9/+9 |
| * | perf tweaks | Mike Bayer | 2020-06-19 | 1 | -2/+8 |
| * | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -6/+1 |
| * | Convert bulk update/delete to new execution model | Mike Bayer | 2020-06-06 | 1 | -3/+7 |
| * | Improve rendering of core statements w/ ORM elements | Mike Bayer | 2020-05-31 | 1 | -1/+31 |
| * | callcount reductions and refinement for cached queries | Mike Bayer | 2020-05-28 | 1 | -10/+4 |
| * | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -30/+50 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -8/+120 |