| Commit message (Expand) | Author | Age | Files | Lines |
* | implement content hashing for custom_op, not identity | Mike Bayer | 2023-03-18 | 1 | -1/+1 |
* | Remove `typing.Self` workaround | Yurii Karabas | 2023-02-08 | 1 | -26/+13 |
* | happy new year 2023 | Mike Bayer | 2023-01-03 | 1 | -1/+1 |
* | Try running pyupgrade on the code | Federico Caselli | 2022-11-16 | 1 | -3/+1 |
* | try to support mypy 0.990 | Mike Bayer | 2022-11-09 | 1 | -1/+1 |
* | revenge of pep 484 | Mike Bayer | 2022-05-15 | 1 | -4/+33 |
* | inline mypy config; files ignoring type errors for the moment | Mike Bayer | 2022-04-28 | 1 | -0/+1 |
* | implement multi-element expression constructs | Mike Bayer | 2022-04-13 | 1 | -1/+4 |
* | update flake8 noqa skips with proper syntax | Federico Caselli | 2022-04-11 | 1 | -2/+2 |
* | pep484 - sql.selectable | Mike Bayer | 2022-04-04 | 1 | -1/+1 |
* | pep-484 - SQL column operations | Mike Bayer | 2022-03-15 | 1 | -1/+4 |
* | pep-484: sqlalchemy.sql pass one | Mike Bayer | 2022-03-13 | 1 | -27/+37 |
* | pep-484 for sqlalchemy.event; use future annotations | Mike Bayer | 2022-02-15 | 1 | -0/+2 |
* | Add new infrastructure to support greater use of __slots__ | Mike Bayer | 2022-01-21 | 1 | -3/+206 |
* | remove internal use of metaclasses | Mike Bayer | 2022-01-11 | 1 | -738/+12 |
* | Merge "implement cython for cache_anon_map, prefix_anon_map" into main | mike bayer | 2021-12-27 | 1 | -29/+9 |
|\ |
|
| * | implement cython for cache_anon_map, prefix_anon_map | Mike Bayer | 2021-12-21 | 1 | -29/+9 |
* | | accommodate for "clone" of ColumnClause | Mike Bayer | 2021-12-21 | 1 | -1/+0 |
|/ |
|
* | Warn when caching is disabled / document | Mike Bayer | 2021-12-06 | 1 | -3/+98 |
* | Clean up most py3k compat | Federico Caselli | 2021-11-24 | 1 | -61/+33 |
* | Support lightweight compiler column elements w/ slots | Mike Bayer | 2021-11-22 | 1 | -0/+2 |
* | Remove object in class definition | Federico Caselli | 2021-11-22 | 1 | -2/+2 |
* | accommodate for untracked boundparam lambda in offline_string | Mike Bayer | 2021-08-05 | 1 | -8/+8 |
* | memoize current options and joins w with_entities/with_only_cols | Mike Bayer | 2021-06-17 | 1 | -0/+18 |
* | Fix adaption in AnnotatedLabel; repair needless expense in coercion | Mike Bayer | 2021-05-28 | 1 | -1/+0 |
* | Correct cache key for proxy_owner, with_context_options | Mike Bayer | 2021-05-10 | 1 | -0/+18 |
* | don't cache TypeDecorator by default | Mike Bayer | 2021-05-06 | 1 | -1/+5 |
* | Adapt loader_criteria params for current query | Mike Bayer | 2021-03-26 | 1 | -0/+8 |
* | Use explicit names for mapper _get_clause parameters | Mike Bayer | 2021-03-17 | 1 | -2/+9 |
* | Implement support for functions as FROM with columns clause support | Mike Bayer | 2021-02-03 | 1 | -1/+4 |
* | Ensure the "orm" plugin is used unconditionally for bundles | Mike Bayer | 2020-11-16 | 1 | -1/+3 |
* | Reduce import time overhead | Mike Bayer | 2020-11-03 | 1 | -6/+1 |
* | Robustness for lambdas, lambda statements | Mike Bayer | 2020-08-05 | 1 | -3/+65 |
* | introduce deferred lambdas | Mike Bayer | 2020-07-03 | 1 | -48/+43 |
* | Fix a wide variety of typos and broken links | aplatkouski | 2020-06-25 | 1 | -3/+3 |
* | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 1 | -17/+112 |
* | Convert bulk update/delete to new execution model | Mike Bayer | 2020-06-06 | 1 | -15/+43 |
* | Improve rendering of core statements w/ ORM elements | Mike Bayer | 2020-05-31 | 1 | -9/+9 |
* | callcount reductions and refinement for cached queries | Mike Bayer | 2020-05-28 | 1 | -5/+5 |
* | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -6/+57 |
* | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 1 | -43/+173 |
* | Streamline visitors.iterate | Mike Bayer | 2020-05-18 | 1 | -12/+7 |
* | Run search and replace of symbolic module names | Mike Bayer | 2020-04-14 | 1 | -1/+1 |
* | Repair caching / traversals for values | Mike Bayer | 2020-04-01 | 1 | -38/+39 |
* | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 1 | -3/+57 |
* | Merge "Rework select(), CompoundSelect() in terms of CompileState" | mike bayer | 2020-03-11 | 1 | -0/+5 |
|\ |
|
| * | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 1 | -0/+5 |
* | | Simplified module pre-loading strategy and made it linter friendly | Federico Caselli | 2020-03-07 | 1 | -3/+3 |
|/ |
|
* | Decouple compiler state from DML objects; make cacheable | Mike Bayer | 2020-03-06 | 1 | -5/+213 |
* | Reorganize core event modules to avoid import cycles | Mike Bayer | 2020-01-21 | 1 | -1/+1 |