| Commit message (Expand) | Author | Age | Files | Lines |
| * | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
| * | Explicitly state what happens if `order_by` is called more than once. (#8791) | Eitan Mosenkis | 2022-11-14 | 1 | -3/+4 |
| * | soft close cursor for Query direct iterator interrupted | Mike Bayer | 2022-11-03 | 1 | -1/+9 |
| * | repair yield_per for non-SS dialects and add new options | Mike Bayer | 2022-07-01 | 1 | -0/+4 |
| * | Normalize postgresql docs links to point to current | Federico Caselli | 2022-06-18 | 1 | -1/+1 |
| * | migrate labels to new tutorial | Mike Bayer | 2022-06-07 | 1 | -3/+2 |
| * | column_descriptions or equiv for DML, core select | Mike Bayer | 2022-03-28 | 1 | -0/+9 |
| * | note that horizontal sharding supports multi schema translates | Mike Bayer | 2022-03-21 | 1 | -1/+2 |
| * | additional updates to stream results note | Mike Bayer | 2022-03-21 | 1 | -2/+10 |
| * | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
| * | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 1 | -0/+2 |
| * | warnings removal, merge_result | Mike Bayer | 2021-10-29 | 1 | -0/+7 |
| * | clarify order_by(None) for Core; improve wording | Mike Bayer | 2021-10-29 | 1 | -3/+11 |
| * | Merge "deprecation warnings: with_parent, aliased, from_joinpoint" into main | mike bayer | 2021-10-27 | 1 | -0/+1 |
| |\ |
|
| | * | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 1 | -0/+1 |
| * | | Merge "Fixes: #4100" into main | mike bayer | 2021-10-27 | 1 | -0/+9 |
| |\ \
| |/
|/| |
|
| | * | Fixes: #4100 | jonathan vanasco | 2021-10-26 | 1 | -0/+9 |
| * | | dont pull filter_by from from_obj, entity is hopefully sufficient | Mike Bayer | 2021-10-26 | 1 | -1/+31 |
| |/ |
|
| * | Implement nesting CTE | Eric Masseran | 2021-09-17 | 1 | -2/+2 |
| * | remove lambda caching from loader strategies | Mike Bayer | 2021-08-17 | 1 | -2/+1 |
| * | Apply new uniquing rules for future ORM selects | Mike Bayer | 2021-07-21 | 1 | -1/+3 |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -2/+2 |
| * | clear new Query._memoized_select_entities in _from_selectable | Mike Bayer | 2021-06-30 | 1 | -0/+1 |
| * | set _render_for_subquery for legacy set ops | Mike Bayer | 2021-06-26 | 1 | -1/+7 |
| * | memoize current options and joins w with_entities/with_only_cols | Mike Bayer | 2021-06-17 | 1 | -0/+4 |
| * | add some cross-linking for orderby/groupby docs + label examples | Mike Bayer | 2021-04-19 | 1 | -2/+18 |
| * | test fixes from non-gerrit builds | Mike Bayer | 2021-04-15 | 1 | -3/+1 |
| * | Disable and disallow Result.unique() with yield_per | Mike Bayer | 2021-04-06 | 1 | -1/+4 |
| * | Merge "Disallow AliasedReturnsRows from execution" | mike bayer | 2021-04-06 | 1 | -2/+0 |
| |\ |
|
| | * | Disallow AliasedReturnsRows from execution | Mike Bayer | 2021-04-05 | 1 | -2/+0 |
| * | | Detect (Entity, Entity) vs (Entity, onclause) in legacy join | Mike Bayer | 2021-04-05 | 1 | -4/+24 |
| |/ |
|
| * | warn / document for Query.with_polymorphic() with with_loader_criteria() | Mike Bayer | 2021-03-23 | 1 | -2/+11 |
| * | Restore Query.selectable | Mike Bayer | 2021-03-18 | 1 | -0/+12 |
| * | Merge "Ensure entity or None returned from _entity_from_pre_ent_zero()" | mike bayer | 2021-03-17 | 1 | -1/+7 |
| |\ |
|
| | * | Ensure entity or None returned from _entity_from_pre_ent_zero() | Mike Bayer | 2021-03-17 | 1 | -1/+7 |
| * | | turn off eager configure_mappers() outside of Query, Load | Mike Bayer | 2021-03-16 | 1 | -3/+12 |
| |/ |
|
| * | Move enable_eagerloads(False) out of _from_self() into count() | Mike Bayer | 2021-03-15 | 1 | -2/+1 |
| * | Ensure all Query statements compile w/ orm, fix test harness | Mike Bayer | 2021-03-05 | 1 | -0/+10 |
| * | Allow update.returing() to work with from_statement() | Mike Bayer | 2021-02-14 | 1 | -2/+24 |
| * | Apply consistent labeling for all future style ORM queries | Mike Bayer | 2021-02-11 | 1 | -3/+7 |
| * | Merge "Fix many spell glitches in docstrings and comments" | mike bayer | 2021-01-26 | 1 | -10/+10 |
| |\ |
|
| | * | Fix many spell glitches in docstrings and comments | Lele Gaifax | 2021-01-24 | 1 | -10/+10 |
| * | | Replace with_labels() and apply_labels() in ORM/Core | Gord Thompson | 2021-01-26 | 1 | -16/+41 |
| |/ |
|
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | Fixes for lambda expressions and relationship loaders | Mike Bayer | 2020-12-11 | 1 | -2/+0 |
| * | Fix documentation link in query with_for_update | Federico Caselli | 2020-12-02 | 1 | -1/+1 |
| * | tutorial 2.0 WIPreview/mike_bayer/tutorial20 | Mike Bayer | 2020-10-31 | 1 | -73/+14 |
| * | rename "bulk" UPDATE and DELETE to not use the word "bulk" | Mike Bayer | 2020-10-29 | 1 | -11/+13 |
| * | Deprecate strings indicating attribute names | Mike Bayer | 2020-10-13 | 1 | -8/+32 |
| * | Merge "Fetch first support" | mike bayer | 2020-10-05 | 1 | -0/+6 |
| |\ |
|