| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix with_loader_criteria for select(A).join(B) | Mike Bayer | 2021-10-15 | 1 | -6/+52 |
* | clarify that with_loader_criteria does not affect contains_eager() | Mike Bayer | 2021-10-14 | 1 | -0/+7 |
* | Pickling fixes for ORM / Core | Mike Bayer | 2021-10-13 | 1 | -11/+48 |
* | disallow adding to identity map that's been discarded | Mike Bayer | 2021-10-04 | 2 | -0/+15 |
* | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 1 | -14/+26 |
* | Merge branch 'master' of ssh://gerrit.sqlalchemy.org:29418/sqlalchemy/sqlalchemy | Mike Bayer | 2021-09-29 | 1 | -0/+1 |
|\ |
|
| * | Add missing methods added in :ticket:`6991` | Federico Caselli | 2021-09-28 | 1 | -0/+1 |
* | | clarifies that @reconstructor only applies to a single method | E. Seiver | 2021-09-29 | 1 | -1/+1 |
|/ |
|
* | warn or deprecate for auto-aliasing in joins | Mike Bayer | 2021-09-28 | 3 | -3/+78 |
* | Implement nesting CTE | Eric Masseran | 2021-09-17 | 1 | -2/+2 |
* | Merge "Fixes: #6930" | mike bayer | 2021-09-15 | 1 | -0/+2 |
|\ |
|
| * | Fixes: #6930 | jonathan vanasco | 2021-09-08 | 1 | -0/+2 |
* | | Add scalars method to connection and session classes | Miguel Grinberg | 2021-09-14 | 1 | -0/+29 |
* | | Fix various lib / test / examples typos (#7017) | Kevin Kirsche | 2021-09-11 | 3 | -3/+3 |
* | | Merge "turn off deduping for col expressions" | mike bayer | 2021-09-10 | 2 | -12/+19 |
|\ \ |
|
| * | | turn off deduping for col expressions | Mike Bayer | 2021-09-04 | 2 | -12/+19 |
* | | | bulk_save->return_defaults does not populate server defaults | Mike Bayer | 2021-09-10 | 1 | -6/+35 |
* | | | document placement of declarative init method | Mike Bayer | 2021-09-10 | 1 | -0/+2 |
* | | | Added loader options to session.merge, asyncsession.merge | Daniel Stone | 2021-09-02 | 1 | -2/+14 |
|/ / |
|
* | | Handle mappings passed to ``execution_options``. | Federico Caselli | 2021-08-26 | 2 | -2/+2 |