| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix incorrect use of testing.future() | Mike Bayer | 2023-01-25 | 1 | -1/+1 |
| * | reorganize pre_session_exec around do_orm_execute | Mike Bayer | 2022-12-26 | 1 | -11/+68 |
| * | gc.collect() in order to ensure GeneratorExit raised on pypy | Mike Bayer | 2022-11-05 | 1 | -0/+3 |
| * | resolve synonyms in dictionary form of Session.get() | Mike Bayer | 2022-11-04 | 1 | -0/+25 |
| * | Support result.close() for all iterator patterns | Mike Bayer | 2022-11-03 | 1 | -0/+52 |
| * | reconcile Mapper properties ordering against mapped Table | Mike Bayer | 2022-10-25 | 1 | -18/+21 |
| * | remove should_nest behavior for contains_eager() | Mike Bayer | 2022-09-23 | 1 | -0/+18 |
| * | repair yield_per for non-SS dialects and add new options | Mike Bayer | 2022-07-01 | 1 | -4/+8 |
| * | render select froms first | Mike Bayer | 2022-05-22 | 1 | -3/+3 |
| * | revenge of pep 484 | Mike Bayer | 2022-05-15 | 1 | -6/+16 |
| * | update for flake8-future-imports 0.0.5 | Mike Bayer | 2022-05-14 | 1 | -2/+2 |
| * | dont use the label convention for memoized entities | Mike Bayer | 2022-05-09 | 1 | -26/+17 |
| * | pep484 ORM / SQL result support | Mike Bayer | 2022-04-27 | 1 | -0/+16 |
| * | pep-484: ORM public API, constructors | Mike Bayer | 2022-04-20 | 1 | -0/+17 |
| * | establish mypy / typing approach for v2.0 | Mike Bayer | 2022-02-13 | 1 | -2/+2 |
| * | dont use exception catches for warnings; modernize xdist detection | Mike Bayer | 2022-01-22 | 1 | -2/+3 |
| * | Remove all remaining removed_in_20 warnings slated for removal | Mike Bayer | 2022-01-05 | 1 | -1/+1 |
| * | remove 2.0-removed Query elements | Mike Bayer | 2022-01-01 | 1 | -6/+0 |
| * | consider truediv as truediv; support floordiv operator | Mike Bayer | 2021-12-26 | 1 | -1/+0 |
| * | restore graceful degrade of subqueryload w from_statement | Mike Bayer | 2021-12-26 | 1 | -6/+10 |
| * | Removals: strings for join(), loader_options(). | Mike Bayer | 2021-12-08 | 1 | -0/+15 |
| * | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 1 | -0/+2 |
| * | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -1/+1 |
| * | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -3/+3 |
| * | change the POSTCOMPILE/ SCHEMA symbols to not conflict w mssql quoting | Mike Bayer | 2021-11-09 | 1 | -1/+3 |
| * | Merge "ensure soft_close occurs for fetchmany with server side cursor" into main | mike bayer | 2021-11-02 | 1 | -0/+80 |
| |\ |
|
| | * | ensure soft_close occurs for fetchmany with server side cursor | Mike Bayer | 2021-11-02 | 1 | -0/+80 |
| * | | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 1 | -1/+0 |
| |/ |
|
| * | remove ORM autocommit and public-facing subtransactions concept | Mike Bayer | 2021-10-30 | 1 | -3/+3 |
| * | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 1 | -212/+177 |
| * | Merge "deprecation warnings: with_parent, aliased, from_joinpoint" into main | mike bayer | 2021-10-27 | 1 | -106/+42 |
| |\ |
|
| | * | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 1 | -106/+42 |
| * | | consider "inspect(_of_type)" to be the entity of a comparator | Mike Bayer | 2021-10-27 | 1 | -0/+67 |
| |/ |
|
| * | dont pull filter_by from from_obj, entity is hopefully sufficient | Mike Bayer | 2021-10-26 | 1 | -0/+41 |
| * | warnings: select_entity_from() | Mike Bayer | 2021-10-25 | 1 | -9/+7 |
| * | deprecation warnings: strings in loader options, join, with_parent | Mike Bayer | 2021-10-25 | 1 | -88/+58 |
| * | fixes for usage of the null() and similar constants | Mike Bayer | 2021-10-08 | 1 | -1/+1 |
| * | Warn when trying to execute a query object with a session. | Federico Caselli | 2021-10-04 | 1 | -1/+34 |
| * | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 1 | -46/+67 |
| * | Fix various lib / test / examples typos (#7017) | Kevin Kirsche | 2021-09-11 | 1 | -1/+1 |
| * | turn off deduping for col expressions | Mike Bayer | 2021-09-04 | 1 | -10/+49 |
| * | Apply new uniquing rules for future ORM selects | Mike Bayer | 2021-07-21 | 1 | -8/+146 |
| * | dont warn for dictionary passed positionally | Mike Bayer | 2021-07-21 | 1 | -1/+1 |
| * | Merge "labeling refactor" | mike bayer | 2021-07-13 | 1 | -2/+9 |
| |\ |
|
| | * | labeling refactor | Mike Bayer | 2021-07-12 | 1 | -2/+9 |
| * | | Modernize tests - select(whereclause) | Gord Thompson | 2021-07-04 | 1 | -1/+1 |
| |/ |
|
| * | set _render_for_subquery for legacy set ops | Mike Bayer | 2021-06-26 | 1 | -0/+195 |
| * | restore adapter logic in ORM loading | Mike Bayer | 2021-06-08 | 1 | -1/+7 |
| * | don't cache TypeDecorator by default | Mike Bayer | 2021-05-06 | 1 | -0/+1 |
| * | Support filter_by() from columns, functions, Core SQL | Mike Bayer | 2021-05-01 | 1 | -0/+57 |