| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove ORM autocommit and public-facing subtransactions concept | Mike Bayer | 2021-10-30 | 1 | -7/+11 |
| * | Merge "Modernize tests - session_query_get" into main | mike bayer | 2021-10-29 | 1 | -51/+51 |
| |\ |
|
| | * | Modernize tests - session_query_get | Gord Thompson | 2021-10-28 | 1 | -51/+51 |
| * | | warnings: cascade_backrefs | Mike Bayer | 2021-10-28 | 1 | -1/+4 |
| |/ |
|
| * | deprecation warnings: strings in loader options, join, with_parent | Mike Bayer | 2021-10-25 | 1 | -4/+6 |
| * | Modernize tests - calling_mapper_directly | Gord Thompson | 2021-09-30 | 1 | -90/+111 |
| * | Modernize tests - dml_values | Gord Thompson | 2021-07-26 | 1 | -1/+1 |
| * | Modernize tests - dml_whereclause | Gord Thompson | 2021-07-26 | 1 | -3/+5 |
| * | reset session on new #6449 test for pypy | Mike Bayer | 2021-05-09 | 1 | -0/+5 |
| * | Ensure propagate_to_loaders honored at the sub-loader level | Mike Bayer | 2021-05-08 | 1 | -0/+111 |
| * | Narrow refresh populate_existing to just refresh_state | Mike Bayer | 2021-04-20 | 1 | -0/+32 |
| * | update execute() arg formats in modules and tests | Mike Bayer | 2021-01-15 | 1 | -5/+9 |
| * | remove more bound metadata | Mike Bayer | 2021-01-05 | 1 | -60/+60 |
| * | correct for "autocommit" deprecation warning | Mike Bayer | 2020-12-11 | 1 | -25/+22 |
| * | upgrade to black 20.8b1 | Mike Bayer | 2020-09-28 | 1 | -3/+9 |
| * | Add future=True to create_engine/Session; unify select() | Mike Bayer | 2020-07-08 | 1 | -2/+2 |
| * | Convert execution to move through Session | Mike Bayer | 2020-05-25 | 1 | -7/+0 |
| * | Pass connection to TablesTest.insert_data() | Mike Bayer | 2020-04-15 | 1 | -3/+5 |
| * | Run autoflush for column attribute load operations | Mike Bayer | 2020-04-03 | 1 | -0/+36 |
| * | Implement raiseload for deferred columns | Mike Bayer | 2019-10-16 | 1 | -6/+25 |
| * | Run eager loaders on unexpire | Mike Bayer | 2019-08-23 | 1 | -23/+69 |
| * | Enable F841 | Mike Bayer | 2019-06-20 | 1 | -5/+4 |
| * | Fix many spell glitches | Lele Gaifax | 2019-01-25 | 1 | -1/+1 |
| * | Post black reformatting | Mike Bayer | 2019-01-06 | 1 | -23/+25 |
| * | Run black -l 79 against all source files | Mike Bayer | 2019-01-06 | 1 | -540/+795 |
| * | Don't expire "deferred" attributes in make_transient_to_detached | Mike Bayer | 2017-09-26 | 1 | -0/+41 |
| * | Make all tests to be PEP8 compliant | Khairi Hafsham | 2017-02-07 | 1 | -186/+220 |
| * | Memoize load_path in all cases, run quick populators for path change | Mike Bayer | 2016-10-17 | 1 | -0/+41 |
| * | Spelling fixespr/299 | Ville Skyttä | 2016-08-08 | 1 | -2/+2 |
| * | - Mapped state internals have been reworked to allow for a 50% reduction | Mike Bayer | 2015-02-18 | 1 | -41/+40 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -3/+3 |
| * | - some test fixes | Mike Bayer | 2014-01-19 | 1 | -1/+1 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -1/+0 |
| * | more tests regarding expiry, deferral | Mike Bayer | 2013-08-17 | 1 | -1/+57 |
| * | some tests regarding how newly inserted rows are treated as far as fetch on a... | Mike Bayer | 2013-08-17 | 1 | -1/+91 |
| * | - add predictable_gc to a few more tests showing up on pypy | Mike Bayer | 2013-08-04 | 1 | -5/+5 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -1/+1 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+6 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -16/+16 |
| * | fix the test | Mike Bayer | 2011-07-31 | 1 | -10/+11 |
| * | - Load of a deferred() attribute on an object | Mike Bayer | 2011-07-31 | 1 | -13/+59 |
| * | - move all the comments that got shoved below the fixture grabs back up | Mike Bayer | 2011-03-27 | 1 | -13/+23 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 1 | -3/+4 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -44/+156 |
| * | blow away some globals in the search for what makes resolve_artifact_names fa... | Mike Bayer | 2011-03-16 | 1 | -2/+0 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -2/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -40/+40 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -4/+9 |
| |\ |
|
| | * | - ordering for tests, [ticket:1888] | Mike Bayer | 2010-12-04 | 1 | -4/+9 |