| Commit message (Expand) | Author | Age | Files | Lines |
| * | typing updates | Mike Bayer | 2023-01-20 | 1 | -2/+3 |
| * | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
| * | reorganize pre_session_exec around do_orm_execute | Mike Bayer | 2022-12-26 | 1 | -1/+1 |
| * | Improve v2 documentation | Federico Caselli | 2022-12-14 | 1 | -5/+152 |
| * | Order_by and group_by accept labels | Federico Caselli | 2022-12-03 | 1 | -4/+7 |
| * | Try running pyupgrade on the code | Federico Caselli | 2022-11-16 | 1 | -1/+1 |
| * | Explicitly state what happens if `order_by` is called more than once. (#8791) | Eitan Mosenkis | 2022-11-14 | 1 | -3/+4 |
| * | Support result.close() for all iterator patterns | Mike Bayer | 2022-11-03 | 1 | -1/+8 |
| * | Improve typings of execution options | Federico Caselli | 2022-11-02 | 1 | -3/+29 |
| * | implement write-only colletions, typing for dynamic | Mike Bayer | 2022-10-06 | 1 | -1/+1 |
| * | reorganize Mapped[] super outside of MapperProperty | Mike Bayer | 2022-10-05 | 1 | -1/+1 |
| * | New ORM Query Guide featuring DML support | Mike Bayer | 2022-09-25 | 1 | -8/+5 |
| * | ORM bulk insert via execute | Mike Bayer | 2022-09-24 | 1 | -2/+2 |
| * | reorg bulk persistence into a separate module | Mike Bayer | 2022-08-11 | 1 | -1/+1 |
| * | Merge "translate joined inheritance cols in UPDATE/DELETE" into main | mike bayer | 2022-08-05 | 1 | -2/+6 |
| |\ |
|
| | * | translate joined inheritance cols in UPDATE/DELETE | Mike Bayer | 2022-08-05 | 1 | -2/+6 |
| * | | deprecate Query.instances() | Mike Bayer | 2022-08-04 | 1 | -0/+7 |
| |/ |
|
| * | set up Literal for synchronize_session | Mike Bayer | 2022-07-23 | 1 | -2/+5 |
| * | repair yield_per for non-SS dialects and add new options | Mike Bayer | 2022-07-01 | 1 | -0/+4 |
| * | Normalize postgresql docs links to point to current | Federico Caselli | 2022-06-17 | 1 | -1/+1 |
| * | migrate labels to new tutorial | Mike Bayer | 2022-06-07 | 1 | -3/+2 |
| * | revenge of pep 484 | Mike Bayer | 2022-05-15 | 1 | -232/+411 |
| * | update for flake8-future-imports 0.0.5 | Mike Bayer | 2022-05-14 | 1 | -2/+1 |
| * | pep484 ORM / SQL result support | Mike Bayer | 2022-04-27 | 1 | -32/+264 |
| * | pep-484: ORM public API, constructors | Mike Bayer | 2022-04-20 | 1 | -2/+5 |
| * | cx_Oracle modernize | Mike Bayer | 2022-04-07 | 1 | -91/+1 |
| * | pep484 - sql.selectable | Mike Bayer | 2022-04-04 | 1 | -1/+6 |
| * | pep-484: the pep-484ening, SQL part three | Mike Bayer | 2022-03-30 | 1 | -2/+2 |
| * | column_descriptions or equiv for DML, core select | Mike Bayer | 2022-03-28 | 1 | -0/+9 |
| * | note that horizontal sharding supports multi schema translates | Mike Bayer | 2022-03-21 | 1 | -1/+2 |
| * | additional updates to stream results note | Mike Bayer | 2022-03-21 | 1 | -2/+10 |
| * | pep-484 for sqlalchemy.event; use future annotations | Mike Bayer | 2022-02-15 | 1 | -0/+2 |
| * | establish mypy / typing approach for v2.0 | Mike Bayer | 2022-02-13 | 1 | -17/+34 |
| * | initial reorganize for static typing | Mike Bayer | 2022-01-12 | 1 | -2/+2 |
| * | remove internal use of metaclasses | Mike Bayer | 2022-01-11 | 1 | -1/+1 |
| * | Merge "Fix various source comment/doc typos" into main | mike bayer | 2022-01-07 | 1 | -1/+1 |
| |\ |
|
| | * | Fix various source comment/doc typos | luz paz | 2021-12-29 | 1 | -1/+1 |
| * | | happy new year 2022 | Mike Bayer | 2022-01-06 | 1 | -1/+1 |
| * | | Remove all remaining removed_in_20 warnings slated for removal | Mike Bayer | 2022-01-05 | 1 | -10/+6 |
| * | | remove 2.0-removed Query elements | Mike Bayer | 2022-01-01 | 1 | -625/+31 |
| * | | Properly type _generative, decorator, public_factory | Federico Caselli | 2021-12-30 | 1 | -38/+78 |
| |/ |
|
| * | Removals: strings for join(), loader_options(). | Mike Bayer | 2021-12-08 | 1 | -26/+2 |
| * | 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 | -1/+1 |
| * | pass through docs for 2.0 style | Mike Bayer | 2021-11-11 | 1 | -21/+0 |
| * | warnings removal, merge_result | Mike Bayer | 2021-10-29 | 1 | -0/+7 |
| * | clarify order_by(None) for Core; improve wording | Mike Bayer | 2021-10-29 | 1 | -3/+11 |
| * | 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 |