| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Test for short term reference cycles and resolve as many as possible | Mike Bayer | 2019-12-30 | 1 | -0/+2 |
| * | Ensure comparison includes "don't compare values" feature | Mike Bayer | 2019-12-20 | 1 | -0/+8 |
| * | Merge remote-tracking branch 'origin/pr/5031' | Mike Bayer | 2019-12-18 | 1 | -2/+2 |
| |\ |
|
| | * | fix typo strucures -> structures | Federico Caselli | 2019-12-11 | 1 | -2/+2 |
| * | | Traversal and clause generation performance improvements | Mike Bayer | 2019-12-14 | 1 | -110/+119 |
| |/ |
|
| * | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -0/+768 |