| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | - Backport of "optimized get" fix from 0.7, | Mike Bayer | 2010-12-04 | 1 | -5/+38 |
* | | - added strictness to the optimized load, [ticket:1992] | Mike Bayer | 2010-12-03 | 1 | -5/+38 |
* | | merge backout | Mike Bayer | 2010-11-28 | 1 | -4/+1 |
|\ \ |
|
| * | | after some usage, its clear that [ticket:1974] should not be implemented. b... | Mike Bayer | 2010-11-28 | 1 | -4/+1 |
* | | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 1 | -5/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -5/+5 |
| |/ |
|
* | | - cascade_backrefs flag on relationship() now set to False by default. | Mike Bayer | 2010-11-28 | 1 | -1/+4 |
|/ |
|
* | - An object that's been deleted now gets a flag | Mike Bayer | 2010-08-26 | 1 | -0/+4 |
* | - An instance which is moved to "transient", has | Mike Bayer | 2010-06-30 | 1 | -0/+16 |
* | fix pk violation error | Mike Bayer | 2010-03-30 | 1 | -1/+1 |
* | - Session.refresh() now does an equivalent expire() | Mike Bayer | 2010-03-29 | 1 | -3/+55 |
* | - converted all lazy=True|False|None to 'select'|'joined'|'noload' | Mike Bayer | 2010-03-24 | 1 | -10/+10 |
* | - To accomodate the fact that there are now two kinds of eager | Mike Bayer | 2010-03-24 | 1 | -5/+5 |
* | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 1 | -25/+25 |
* | Gave the "state" internals a good solid | Mike Bayer | 2010-02-14 | 1 | -2/+130 |