| Commit message (Expand) | Author | Age | Files | Lines |
| * | use clone, not constructor, in BindParameter.render_literal_execute() | Mike Bayer | 2023-03-22 | 1 | -0/+4 |
| * | add set_shard_id() loader option for horizontal shard | Mike Bayer | 2023-01-25 | 1 | -11/+12 |
| * | fix stringify for CreateSchema | Mike Bayer | 2023-01-24 | 1 | -0/+2 |
| * | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
| * | fix construct_params() for render_postcompile; add new API | Mike Bayer | 2022-12-08 | 1 | -3/+23 |
| * | Fix positional compiling bugs | Federico Caselli | 2022-12-01 | 1 | -3/+61 |
| * | ensure anon_map is passed for most annotated traversals | Mike Bayer | 2022-11-11 | 1 | -0/+11 |
| * | Reflect expression-based indexes on PostgreSQL | Federico Caselli | 2022-07-28 | 1 | -0/+31 |
| * | Merge "create new approach for deeply nested post loader options" into main | mike bayer | 2022-06-18 | 1 | -1/+1 |
| |\ |
|
| | * | create new approach for deeply nested post loader options | Mike Bayer | 2022-06-18 | 1 | -1/+1 |
| * | | Merge "rearchitect reflection for batched performance" into main | Federico Caselli | 2022-06-18 | 1 | -10/+20 |
| |\ \
| |/
|/| |
|
| | * | rearchitect reflection for batched performance | Federico Caselli | 2022-06-18 | 1 | -10/+20 |
| * | | Revert "add auto_recurse option to selectinload, immediateload" | Mike Bayer | 2022-06-16 | 1 | -1/+1 |
| |/ |
|
| * | add auto_recurse option to selectinload, immediateload | Mike Bayer | 2022-06-11 | 1 | -1/+1 |
| * | inline mypy config; files ignoring type errors for the moment | Mike Bayer | 2022-04-28 | 1 | -0/+2 |
| * | pep-484 for sqlalchemy.event; use future annotations | Mike Bayer | 2022-02-15 | 1 | -0/+2 |
| * | dont test squelched warnings against the filter | Mike Bayer | 2022-01-23 | 1 | -0/+2 |
| * | dont use exception catches for warnings; modernize xdist detection | Mike Bayer | 2022-01-22 | 1 | -5/+54 |
| * | 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 | -7/+3 |
| * | replace Variant with direct feature inside of TypeEngine | Mike Bayer | 2021-12-29 | 1 | -0/+4 |
| * | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 1 | -0/+9 |
| * | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -29/+10 |
| * | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -6/+6 |
| * | fully support isolation_level parameter in base dialect | Mike Bayer | 2021-11-18 | 1 | -3/+7 |
| * | 2.0 removals: LegacyRow, connectionless execution, close_with_result | Mike Bayer | 2021-10-31 | 1 | -5/+1 |
| * | deprecation warnings: with_parent, aliased, from_joinpoint | Mike Bayer | 2021-10-27 | 1 | -1/+1 |
| * | warn or deprecate for auto-aliasing in joins | Mike Bayer | 2021-09-28 | 1 | -41/+64 |
| * | Replace all http:// links to https:// | Federico Caselli | 2021-07-04 | 1 | -1/+1 |
| * | init extra_criteria_entities in fromstatement w/ DML | Mike Bayer | 2021-06-07 | 1 | -4/+4 |
| * | delete exception traceback in _expect_raises | Mike Bayer | 2021-06-02 | 1 | -0/+7 |
| * | Support DEFAULT VALUES and VALUES(DEFAULT) individually | Mike Bayer | 2021-04-14 | 1 | -0/+3 |
| * | Remove internal use of string attr in loader option | Mike Bayer | 2021-03-23 | 1 | -3/+14 |
| * | Ensure all Query statements compile w/ orm, fix test harness | Mike Bayer | 2021-03-05 | 1 | -5/+3 |
| * | Revert AppenderQuery modifications from ORM | Mike Bayer | 2021-02-25 | 1 | -3/+0 |
| * | Track a second from_linter for lateral subqueries | Mike Bayer | 2021-02-05 | 1 | -0/+4 |
| * | Render NULL for bindparam w/ None value/literal_binds, warn | Mike Bayer | 2021-01-28 | 1 | -0/+3 |
| * | fix double is_none() | Mike Bayer | 2021-01-14 | 1 | -8/+4 |
| * | Merge "reinvent xdist hooks in terms of pytest fixtures" | mike bayer | 2021-01-14 | 1 | -0/+8 |
| |\ |
|
| | * | reinvent xdist hooks in terms of pytest fixtures | Mike Bayer | 2021-01-13 | 1 | -0/+8 |
| * | | Implement connection binding for AsyncSession | Mike Bayer | 2021-01-07 | 1 | -0/+4 |
| |/ |
|
| * | happy new year | Mike Bayer | 2021-01-04 | 1 | -1/+1 |
| * | remove metadata.bind use from test suite | Mike Bayer | 2021-01-03 | 1 | -2/+2 |
| * | Ensure no compiler visit method tries to access .statement | Mike Bayer | 2020-10-19 | 1 | -1/+56 |
| * | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -3/+6 |
| * | Add deprecation warning for .join().alias() | Gord Thompson | 2020-09-28 | 1 | -3/+3 |
| * | Merge "internal test framework files for standardization of is_not/not_in;" | mike bayer | 2020-08-30 | 1 | -2/+10 |
| |\ |
|
| | * | internal test framework files for standardization of is_not/not_in; | jonathan vanasco | 2020-08-29 | 1 | -2/+10 |
| * | | Emit v2.0 deprecation warning for "implicit autocommit" | Gord Thompson | 2020-08-28 | 1 | -3/+5 |
| * | | make URL immutable | Mike Bayer | 2020-08-25 | 1 | -1/+1 |
| |/ |
|