| Commit message (Expand) | Author | Age | Files | Lines |
| * | use full context manager flow for future.Engine.begin() | Mike Bayer | 2021-11-01 | 1 | -4/+37 |
| * | remove case_sensitive create_engine parameter | Mike Bayer | 2021-11-01 | 1 | -133/+0 |
| * | Merge "2.0 removals: LegacyRow, connectionless execution, close_with_result" ... | mike bayer | 2021-10-31 | 9 | -1784/+509 |
| |\ |
|
| | * | 2.0 removals: LegacyRow, connectionless execution, close_with_result | Mike Bayer | 2021-10-31 | 9 | -1784/+509 |
| * | | Merge "Remove deprecated dialects and drivers" into main | mike bayer | 2021-10-31 | 24 | -329/+44 |
| |\ \
| |/
|/| |
|
| | * | Remove deprecated dialects and drivers | Federico Caselli | 2021-10-31 | 24 | -329/+44 |
| * | | remove ORM autocommit and public-facing subtransactions concept | Mike Bayer | 2021-10-30 | 14 | -834/+107 |
| * | | initial 2.0 setup | Mike Bayer | 2021-10-30 | 2 | -14/+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 | 9 | -409/+105 |
| |\ |
|
| | * | warnings: session.autocommit, subtransactions | Mike Bayer | 2021-10-29 | 9 | -418/+613 |
| * | | warnings: with_polymorphic() | Mike Bayer | 2021-10-29 | 9 | -408/+2168 |
| |/ |
|
| * | Merge "Modernize tests - session_query_get" into main | mike bayer | 2021-10-29 | 40 | -518/+596 |
| |\ |
|
| | * | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 40 | -518/+596 |
| * | | warnings: cascade_backrefs | Mike Bayer | 2021-10-28 | 12 | -180/+470 |
| * | | Merge "Improve array support on pg8000" into main | mike bayer | 2021-10-28 | 1 | -9/+19 |
| |\ \
| |/
|/| |
|
| | * | Improve array support on pg8000 | Federico Caselli | 2021-10-27 | 1 | -9/+19 |
| * | | Merge "deprecation warnings: with_parent, aliased, from_joinpoint" into main | mike bayer | 2021-10-27 | 11 | -248/+610 |
| |\ \ |
|
| | * | | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 11 | -248/+610 |
| * | | | 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 | 5 | -42/+140 |
| |\ \
| |/
|/| |
|
| | * | Remove depractions: | Federico Caselli | 2021-10-26 | 5 | -42/+140 |
| * | | 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 | 30 | -825/+1765 |
| |/ |
|
| * | Merge "use correct entity in path for aliased class relationship" into main | mike bayer | 2021-10-22 | 1 | -5/+49 |
| |\ |
|
| | * | use correct entity in path for aliased class relationship | Mike Bayer | 2021-10-22 | 1 | -5/+49 |
| * | | Merge "fix: Update reserved words list of MySQL / MariaDB dialect" into main | mike bayer | 2021-10-20 | 2 | -13/+102 |
| |\ \
| |/
|/| |
|
| | * | fix: Update reserved words list of MySQL / MariaDB dialect | Kevin Kirsche | 2021-10-20 | 2 | -13/+102 |
| * | | remove _resolve_label and related attributes | Mike Bayer | 2021-10-20 | 2 | -0/+14 |
| |/ |
|
| * | process bulk_update_tuples before cache key or compilation | Mike Bayer | 2021-10-19 | 6 | -8/+238 |
| * | use coercions for label element, ensure propagate_attrs | Mike Bayer | 2021-10-18 | 1 | -0/+36 |
| * | Merge "fix with_loader_criteria for select(A).join(B)" into main | mike bayer | 2021-10-15 | 1 | -0/+20 |
| |\ |
|
| | * | fix with_loader_criteria for select(A).join(B) | Mike Bayer | 2021-10-15 | 1 | -0/+20 |
| * | | Merge "support bind expressions w/ expanding IN; apply to psycopg2" into main | mike bayer | 2021-10-15 | 3 | -41/+215 |
| |\ \
| |/
|/| |
|
| | * | support bind expressions w/ expanding IN; apply to psycopg2 | Mike Bayer | 2021-10-15 | 3 | -41/+215 |
| * | | Merge "Fix reflection of FK against a unique index" into main | mike bayer | 2021-10-15 | 2 | -3/+58 |
| |\ \ |
|
| | * | | Fix reflection of FK against a unique index | Gord Thompson | 2021-10-14 | 2 | -3/+58 |
| | |/ |
|
| * | | repair fetch after session close for mssql+pyodbc | Mike Bayer | 2021-10-15 | 2 | -1/+16 |
| |/ |
|
| * | Merge "Reflect table can reflect table with no columns" into main | mike bayer | 2021-10-14 | 1 | -0/+5 |
| |\ |
|
| | * | Reflect table can reflect table with no columns | Sumit Khanna | 2021-10-14 | 1 | -0/+5 |
| * | | Merge "Pickling fixes for ORM / Core" into main | mike bayer | 2021-10-13 | 2 | -27/+60 |
| |\ \ |
|
| | * | | Pickling fixes for ORM / Core | Mike Bayer | 2021-10-13 | 2 | -27/+60 |
| | |/ |
|
| * | | Merge "Fix has_table() false negative for #temp tables" into main | mike bayer | 2021-10-13 | 1 | -0/+47 |
| |\ \ |
|
| | * | | Fix has_table() false negative for #temp tables | Gord Thompson | 2021-10-12 | 1 | -0/+47 |
| | |/ |
|
| * | | Fix recursive CTE to support nesting | Eric Masseran | 2021-10-12 | 2 | -20/+153 |
| |/ |
|
| * | 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 | 7 | -36/+260 |
| * | block asyncmy 0.2.1 | Mike Bayer | 2021-10-08 | 1 | -1/+0 |