| Commit message (Expand) | Author | Age | Files | Lines |
| * | use the options from the cached statement for propagate_options | Mike Bayer | 2021-12-12 | 1 | -1/+21 |
| * | Merge "Add execution options to ``Session.get``" into main | Federico Caselli | 2021-12-11 | 1 | -0/+15 |
| |\ |
|
| | * | Add execution options to ``Session.get`` | Federico Caselli | 2021-12-10 | 1 | -0/+15 |
| * | | Merge "Removals: strings for join(), loader_options()." into main | mike bayer | 2021-12-10 | 4 | -158/+83 |
| |\ \
| |/
|/| |
|
| | * | Removals: strings for join(), loader_options(). | Mike Bayer | 2021-12-08 | 4 | -158/+83 |
| * | | implement attributes.Proxy._clone() | Mike Bayer | 2021-12-09 | 1 | -0/+10 |
| |/ |
|
| * | Merge "Warn when caching is disabled / document" into main | mike bayer | 2021-12-07 | 3 | -5/+50 |
| |\ |
|
| | * | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 3 | -5/+50 |
| * | | Merge "contextmanager skips rollback if trans says to skip it" into main | mike bayer | 2021-12-07 | 1 | -0/+3 |
| |\ \
| |/
|/| |
|
| | * | contextmanager skips rollback if trans says to skip it | Mike Bayer | 2021-12-06 | 1 | -0/+3 |
| * | | Merge "Removals: MetaData.bind, Table.bind, all other .bind" into main | mike bayer | 2021-12-03 | 2 | -76/+4 |
| |\ \ |
|
| | * | | Removals: MetaData.bind, Table.bind, all other .bind | Mike Bayer | 2021-12-02 | 2 | -76/+4 |
| | |/ |
|
| * | | Merge "copy list for __iadd__" into main | mike bayer | 2021-12-03 | 1 | -2/+2 |
| |\ \ |
|
| | * | | copy list for __iadd__ | Mike Bayer | 2021-12-02 | 1 | -2/+2 |
| * | | | Merge "Add __class_getitem__ to the declarative Base class" into main | mike bayer | 2021-12-02 | 1 | -0/+2 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Add __class_getitem__ to the declarative Base class | Kai Mueller | 2021-12-01 | 1 | -0/+2 |
| | |/ |
|
| * | | fix typo in documentation | Federico Caselli | 2021-12-01 | 1 | -1/+1 |
| |/ |
|
| * | Merge "Fixes: #4390" into main | mike bayer | 2021-11-30 | 1 | -0/+9 |
| |\ |
|
| | * | Fixes: #4390 | jonathan vanasco | 2021-11-08 | 1 | -0/+9 |
| * | | scoped_session adjustments | Mike Bayer | 2021-11-30 | 1 | -4/+4 |
| * | | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 17 | -65/+37 |
| * | | Remove object in class definition | Federico Caselli | 2021-11-22 | 25 | -57/+57 |
| * | | disable raiseerr for refresh state loader options | Mike Bayer | 2021-11-18 | 1 | -1/+2 |
| * | | pass through docs for 2.0 style | Mike Bayer | 2021-11-11 | 2 | -21/+12 |
| * | | Merge "upgrade deferred loader to regular loader if refresh_state" into main | mike bayer | 2021-11-09 | 1 | -1/+20 |
| |\ \ |
|
| | * | | upgrade deferred loader to regular loader if refresh_state | Mike Bayer | 2021-11-09 | 1 | -1/+20 |
| * | | | De-emphasize notion of "default driver" (DBAPI) | Gord Thompson | 2021-11-09 | 1 | -6/+6 |
| |/ / |
|
| * | | fully implement future engine and remove legacy | Mike Bayer | 2021-11-07 | 2 | -13/+18 |
| |/ |
|
| * | First round of removal of python 2 | Federico Caselli | 2021-11-01 | 4 | -51/+11 |
| * | remove ORM autocommit and public-facing subtransactions concept | Mike Bayer | 2021-10-30 | 3 | -156/+36 |
| * | warnings removal, merge_result | Mike Bayer | 2021-10-29 | 2 | -5/+18 |
| * | Merge "warnings: session.autocommit, subtransactions" into main | mike bayer | 2021-10-29 | 1 | -0/+5 |
| |\ |
|
| | * | warnings: session.autocommit, subtransactions | Mike Bayer | 2021-10-29 | 1 | -0/+5 |
| * | | clarify order_by(None) for Core; improve wording | Mike Bayer | 2021-10-29 | 1 | -3/+11 |
| * | | warnings: with_polymorphic() | Mike Bayer | 2021-10-29 | 1 | -0/+8 |
| |/ |
|
| * | Merge "Modernize tests - session_query_get" into main | mike bayer | 2021-10-29 | 1 | -3/+8 |
| |\ |
|
| | * | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 1 | -3/+8 |
| * | | warnings: cascade_backrefs | Mike Bayer | 2021-10-28 | 1 | -1/+0 |
| |/ |
|
| * | 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 "consider "inspect(_of_type)" to be the entity of a comparator" into main | mike bayer | 2021-10-27 | 2 | -2/+11 |
| |\ \ |
|
| | * | | consider "inspect(_of_type)" to be the entity of a comparator | Mike Bayer | 2021-10-27 | 2 | -2/+11 |
| | |/ |
|
| * | | 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 |
| |/ |
|
| * | warnings: select_entity_from() | Mike Bayer | 2021-10-25 | 1 | -2/+10 |
| * | deprecation warnings: strings in loader options, join, with_parent | Mike Bayer | 2021-10-25 | 2 | -3/+10 |
| * | use correct entity in path for aliased class relationship | Mike Bayer | 2021-10-22 | 5 | -3/+16 |
| * | revise _get_crud_kv_pairs from 18b4a3437 | Mike Bayer | 2021-10-19 | 1 | -40/+38 |
| * | process bulk_update_tuples before cache key or compilation | Mike Bayer | 2021-10-19 | 1 | -21/+66 |