summaryrefslogtreecommitdiff
path: root/test/orm/test_expire.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-2/+2
* Convert execution to move through SessionMike Bayer2020-05-251-7/+0
* Pass connection to TablesTest.insert_data()Mike Bayer2020-04-151-3/+5
* Run autoflush for column attribute load operationsMike Bayer2020-04-031-0/+36
* Implement raiseload for deferred columnsMike Bayer2019-10-161-6/+25
* Run eager loaders on unexpireMike Bayer2019-08-231-23/+69
* Enable F841Mike Bayer2019-06-201-5/+4
* Fix many spell glitchesLele Gaifax2019-01-251-1/+1
* Post black reformattingMike Bayer2019-01-061-23/+25
* Run black -l 79 against all source filesMike Bayer2019-01-061-540/+795
* Don't expire "deferred" attributes in make_transient_to_detachedMike Bayer2017-09-261-0/+41
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-186/+220
* Memoize load_path in all cases, run quick populators for path changeMike Bayer2016-10-171-0/+41
* Spelling fixespr/299Ville Skyttä2016-08-081-2/+2
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-181-41/+40
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-261-3/+3
* - some test fixesMike Bayer2014-01-191-1/+1
* - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche...Mike Bayer2013-11-171-1/+0
* more tests regarding expiry, deferralMike Bayer2013-08-171-1/+57
* some tests regarding how newly inserted rows are treated as far as fetch on a...Mike Bayer2013-08-171-1/+91
* - add predictable_gc to a few more tests showing up on pypyMike Bayer2013-08-041-5/+5
* - the raw 2to3 runMike Bayer2013-04-271-1/+1
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-16/+16
* fix the testMike Bayer2011-07-311-10/+11
* - Load of a deferred() attribute on an objectMike Bayer2011-07-311-13/+59
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-13/+23
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-3/+4
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-1/+1
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-44/+156
* blow away some globals in the search for what makes resolve_artifact_names fa...Mike Bayer2011-03-161-2/+0
* corrected a bunch of spelling typosDiana Clarke2011-02-281-2/+2
* - whitespace removal bonanzaMike Bayer2011-01-021-40/+40
* - merge default tipMike Bayer2010-12-051-4/+9
|\
| * - ordering for tests, [ticket:1888]Mike Bayer2010-12-041-4/+9
| * - Backport of "optimized get" fix from 0.7,Mike Bayer2010-12-041-5/+38
* | - added strictness to the optimized load, [ticket:1992]Mike Bayer2010-12-031-5/+38
* | merge backoutMike Bayer2010-11-281-4/+1
|\ \
| * | after some usage, its clear that [ticket:1974] should not be implemented. b...Mike Bayer2010-11-281-4/+1
* | | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-5/+5
|\ \ \ | |/ / |/| |
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-151-5/+5
| |/
* | - cascade_backrefs flag on relationship() now set to False by default.Mike Bayer2010-11-281-1/+4
|/
* - An object that's been deleted now gets a flagMike Bayer2010-08-261-0/+4
* - An instance which is moved to "transient", hasMike Bayer2010-06-301-0/+16
* fix pk violation errorMike Bayer2010-03-301-1/+1
* - Session.refresh() now does an equivalent expire()Mike Bayer2010-03-291-3/+55
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-10/+10
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-241-5/+5
* - The official name for the relation() function is nowMike Bayer2010-03-171-25/+25
* Gave the "state" internals a good solidMike Bayer2010-02-141-2/+130