| Commit message (Expand) | Author | Age | Files | Lines |
| * | Convert remaining ORM APIs to support 2.0 style | Mike Bayer | 2020-07-11 | 1 | -67/+62 |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 2 | -12/+12 |
| * | Remove _generate_path_cache_key() | Mike Bayer | 2020-06-29 | 1 | -41/+0 |
| * | Propose using RETURNING for bulk updates, deletes | Mike Bayer | 2020-06-23 | 1 | -1/+2 |
| * | Turn on caching everywhere, add logging | Mike Bayer | 2020-06-10 | 4 | -20/+106 |
| * | Convert bulk update/delete to new execution model | Mike Bayer | 2020-06-06 | 1 | -0/+1 |
| * | Inline a few ORM arguments, others | Mike Bayer | 2020-06-03 | 1 | -1/+3 |
| * | Improve rendering of core statements w/ ORM elements | Mike Bayer | 2020-05-31 | 1 | -1/+4 |
| * | Remove loader option cycle | Mike Bayer | 2020-05-29 | 1 | -0/+6 |
| * | callcount reductions and refinement for cached queries | Mike Bayer | 2020-05-28 | 1 | -4/+29 |
| * | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 2 | -9/+21 |
| * | Unify Query and select() , move all processing to compile phase | Mike Bayer | 2020-05-24 | 3 | -70/+100 |
| * | inline one_or_none | Mike Bayer | 2020-05-24 | 1 | -0/+29 |
| * | Add python 3.8 profiles; remove zoomark tests | Federico Caselli | 2020-05-23 | 2 | -1048/+0 |
| * | Performance fixes for new result set | Mike Bayer | 2020-05-21 | 1 | -1/+15 |
| * | Merge "Propose Result as immediate replacement for ResultProxy" | mike bayer | 2020-05-01 | 2 | -2/+67 |
| |\ |
|
| | * | Propose Result as immediate replacement for ResultProxy | Mike Bayer | 2020-05-01 | 2 | -2/+67 |
| * | | repair test_fetch_results | Mike Bayer | 2020-04-30 | 1 | -1/+2 |
| |/ |
|
| * | Pass connection to TablesTest.insert_data() | Mike Bayer | 2020-04-15 | 1 | -18/+22 |
| * | Ensure context.attrbutes dictionary is reset each time | Mike Bayer | 2020-04-04 | 1 | -0/+2 |
| * | Try to measure new style caching in the ORM, take two | Mike Bayer | 2020-04-01 | 2 | -7/+20 |
| * | Deprecate plain string in execute and introduce `exec_driver_sql` | Federico Caselli | 2020-03-21 | 1 | -16/+22 |
| * | Fix tests failing for SQLite file databases; repair provisioning | Gord Thompson | 2020-03-13 | 1 | -1/+1 |
| * | Rework select(), CompoundSelect() in terms of CompileState | Mike Bayer | 2020-03-10 | 2 | -2/+3 |
| * | Ensure all nested exception throws have a cause | Mike Bayer | 2020-03-02 | 2 | -1/+15 |
| * | Result initial introduction | Mike Bayer | 2020-02-21 | 2 | -13/+55 |
| * | Remove unnecessary tuple; prepare for "iterator" verbiage | Mike Bayer | 2020-02-20 | 1 | -1/+1 |
| * | Limit non-backend critical profiling tests to SQLite | Mike Bayer | 2020-02-17 | 3 | -21/+45 |
| * | Do away with pool._refs | Mike Bayer | 2020-02-01 | 1 | -8/+0 |
| * | Remove jython code, remove all jython / pypy symbols | Mike Bayer | 2020-01-17 | 1 | -2/+2 |
| * | Merge "Fix QueryContext ref cycle on joinedload" | mike bayer | 2020-01-07 | 1 | -0/+15 |
| |\ |
|
| | * | Fix QueryContext ref cycle on joinedload | Carson Ip | 2020-01-04 | 1 | -0/+15 |
| * | | Implement explicit autobegin step for Session | Mike Bayer | 2020-01-03 | 2 | -0/+51 |
| |/ |
|
| * | Test for short term reference cycles and resolve as many as possible | Mike Bayer | 2019-12-30 | 1 | -0/+391 |
| * | Don't apply aliasing + adaption for simple relationship joins | Mike Bayer | 2019-12-19 | 1 | -0/+91 |
| * | Traversal and clause generation performance improvements | Mike Bayer | 2019-12-14 | 1 | -0/+79 |
| * | Add anonymizing context to cache keys, comparison; convert traversal | Mike Bayer | 2019-11-04 | 1 | -4/+4 |
| * | Disallow memory tests from running on Windows | Mike Bayer | 2019-10-24 | 1 | -1/+1 |
| * | Implement facade for pytest parametrize, fixtures, classlevel | Mike Bayer | 2019-10-20 | 1 | -1/+1 |
| * | Warn for object replaced in identity map during flush | Mike Bayer | 2019-10-04 | 1 | -0/+4 |
| * | Run row value processors up front | Mike Bayer | 2019-10-01 | 2 | -10/+21 |
| * | Simplify _ColumnEntity, related | Mike Bayer | 2019-09-30 | 1 | -0/+4 |
| * | bump variance on test_merge_load | Mike Bayer | 2019-08-23 | 1 | -1/+1 |
| * | Fix typos | Min ho Kim | 2019-07-21 | 1 | -1/+1 |
| * | Add performance improvement for Enum w/ Python 2 enum library | Mike Bayer | 2019-07-11 | 1 | -0/+37 |
| * | SelectBase no longer a FromClause | Mike Bayer | 2019-07-06 | 1 | -2/+50 |
| * | Add option for "sparse" backend tests and apply to memusage | Mike Bayer | 2019-06-20 | 1 | -1/+1 |
| * | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -1/+1 |
| * | Add autoincrement to test_orm AnnotatedOverheadTest for Oracle | Mike Bayer | 2019-05-11 | 1 | -1/+3 |
| * | Improve support for with_polymorphic in mapper options | Mike Bayer | 2019-02-04 | 1 | -2/+9 |