| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ... | mike bayer | 2021-10-31 | 1 | -77/+0 |
| |\ |
|
| | * | 2.0 removals: LegacyRow, connectionless execution, close_with_result | Mike Bayer | 2021-10-31 | 1 | -77/+0 |
| * | | Merge "Remove deprecated dialects and drivers" into main | mike bayer | 2021-10-31 | 5 | -9/+0 |
| |\ \
| |/
|/| |
|
| | * | Remove deprecated dialects and drivers | Federico Caselli | 2021-10-31 | 5 | -9/+0 |
| * | | remove ORM autocommit and public-facing subtransactions concept | Mike Bayer | 2021-10-30 | 13 | -831/+106 |
| * | | initial 2.0 setup | Mike Bayer | 2021-10-30 | 1 | -6/+0 |
| |/ |
|
| * | warnings removal, merge_result | Mike Bayer | 2021-10-29 | 2 | -68/+101 |
| * | Merge "warnings: session.autocommit, subtransactions" into main | mike bayer | 2021-10-29 | 6 | -394/+100 |
| |\ |
|
| | * | warnings: session.autocommit, subtransactions | Mike Bayer | 2021-10-29 | 6 | -403/+608 |
| * | | warnings: with_polymorphic() | Mike Bayer | 2021-10-29 | 9 | -408/+2168 |
| |/ |
|
| * | Merge "Modernize tests - session_query_get" into main | mike bayer | 2021-10-29 | 33 | -489/+557 |
| |\ |
|
| | * | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 33 | -489/+557 |
| * | | warnings: cascade_backrefs | Mike Bayer | 2021-10-28 | 11 | -179/+467 |
| |/ |
|
| * | Merge "deprecation warnings: with_parent, aliased, from_joinpoint" into main | mike bayer | 2021-10-27 | 10 | -248/+608 |
| |\ |
|
| | * | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 10 | -248/+608 |
| * | | Merge "consider "inspect(_of_type)" to be the entity of a comparator" into main | mike bayer | 2021-10-27 | 1 | -0/+67 |
| |\ \ |
|
| | * | | consider "inspect(_of_type)" to be the entity of a comparator | Mike Bayer | 2021-10-27 | 1 | -0/+67 |
| | |/ |
|
| * | | Merge "Remove depractions:" into main | mike bayer | 2021-10-26 | 4 | -41/+138 |
| |\ \
| |/
|/| |
|
| | * | Remove depractions: | Federico Caselli | 2021-10-26 | 4 | -41/+138 |
| * | | dont pull filter_by from from_obj, entity is hopefully sufficient | Mike Bayer | 2021-10-26 | 2 | -0/+107 |
| * | | warnings: select_entity_from() | Mike Bayer | 2021-10-25 | 6 | -265/+1004 |
| * | | deprecation warnings: strings in loader options, join, with_parent | Mike Bayer | 2021-10-25 | 28 | -820/+1758 |
| |/ |
|
| * | use correct entity in path for aliased class relationship | Mike Bayer | 2021-10-22 | 1 | -5/+49 |
| * | remove _resolve_label and related attributes | Mike Bayer | 2021-10-20 | 1 | -0/+4 |
| * | process bulk_update_tuples before cache key or compilation | Mike Bayer | 2021-10-19 | 3 | -2/+118 |
| * | use coercions for label element, ensure propagate_attrs | Mike Bayer | 2021-10-18 | 1 | -0/+36 |
| * | fix with_loader_criteria for select(A).join(B) | Mike Bayer | 2021-10-15 | 1 | -0/+20 |
| * | repair fetch after session close for mssql+pyodbc | Mike Bayer | 2021-10-15 | 1 | -1/+4 |
| * | Pickling fixes for ORM / Core | Mike Bayer | 2021-10-13 | 1 | -27/+35 |
| * | rename elements to main | Mike Bayer | 2021-10-11 | 2 | -10/+10 |
| * | fixes for usage of the null() and similar constants | Mike Bayer | 2021-10-08 | 3 | -12/+113 |
| * | Merge "disallow adding to identity map that's been discarded" | mike bayer | 2021-10-04 | 1 | -0/+77 |
| |\ |
|
| | * | disallow adding to identity map that's been discarded | Mike Bayer | 2021-10-04 | 1 | -0/+77 |
| * | | Warn when trying to execute a query object with a session. | Federico Caselli | 2021-10-04 | 2 | -2/+35 |
| |/ |
|
| * | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 72 | -2777/+3645 |
| * | Merge "remove declarative warnings" | mike bayer | 2021-09-30 | 13 | -21/+95 |
| |\ |
|
| | * | remove declarative warnings | Mike Bayer | 2021-09-29 | 13 | -21/+95 |
| * | | Add missing methods added in :ticket:`6991` | Federico Caselli | 2021-09-28 | 1 | -0/+32 |
| |/ |
|
| * | warn or deprecate for auto-aliasing in joins | Mike Bayer | 2021-09-28 | 10 | -341/+700 |
| * | Merge "test update_nowait - added support in MariaDB-10.3" | mike bayer | 2021-09-17 | 1 | -0/+1 |
| |\ |
|
| | * | test update_nowait - added support in MariaDB-10.3 | Daniel Black | 2021-09-16 | 1 | -0/+1 |
| * | | Add scalars method to connection and session classes | Miguel Grinberg | 2021-09-14 | 2 | -3/+9 |
| |/ |
|
| * | test_update_delete - fix the fixed comment (#7020) | Daniel Black | 2021-09-12 | 1 | -2/+2 |
| * | Fix various lib / test / examples typos (#7017) | Kevin Kirsche | 2021-09-11 | 3 | -4/+4 |
| * | Merge "turn off deduping for col expressions" | mike bayer | 2021-09-10 | 1 | -10/+49 |
| |\ |
|
| | * | turn off deduping for col expressions | Mike Bayer | 2021-09-04 | 1 | -10/+49 |
| * | | Added loader options to session.merge, asyncsession.merge | Daniel Stone | 2021-09-02 | 1 | -0/+31 |
| |/ |
|
| * | fix spelling (#6926) | William Maio | 2021-08-24 | 1 | -1/+1 |
| * | Merge "Deprecate scoped_session usage with async sessions" | mike bayer | 2021-08-23 | 1 | -0/+23 |
| |\ |
|
| | * | Deprecate scoped_session usage with async sessions | Federico Caselli | 2021-07-28 | 1 | -0/+23 |