summaryrefslogtreecommitdiff
path: root/test/orm/test_expire.py
Commit message (Expand)AuthorAgeFilesLines
* add deterministic imv returning ordering using sentinel columnsMike Bayer2023-04-211-1/+3
* immediateload lazy relationships named in refresh.attribute_namesMike Bayer2023-02-161-4/+17
* exclude pk update tests for mssqlMike Bayer2022-12-291-1/+11
* include pk cols in refresh() if relationships are requestedMike Bayer2022-12-181-33/+212
* add eager_defaults="auto" for insertsMike Bayer2022-12-151-2/+3
* fall back to SHOW VARIABLES for MySQL < 5.6Mike Bayer2022-02-041-1/+5
* Fix various source comment/doc typosluz paz2021-12-291-1/+1
* factor out UnboundLoad and rearchitect strategy_options.pyMike Bayer2021-12-271-1/+1
* disable raiseerr for refresh state loader optionsMike Bayer2021-11-181-0/+53
* remove ORM autocommit and public-facing subtransactions conceptMike Bayer2021-10-301-7/+11
* Merge "Modernize tests - session_query_get" into mainmike bayer2021-10-291-51/+51
|\
| * Modernize tests - session_query_getGord Thompson2021-10-281-51/+51
* | warnings: cascade_backrefsMike Bayer2021-10-281-1/+4
|/
* deprecation warnings: strings in loader options, join, with_parentMike Bayer2021-10-251-4/+6
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-90/+111
* Modernize tests - dml_valuesGord Thompson2021-07-261-1/+1
* Modernize tests - dml_whereclauseGord Thompson2021-07-261-3/+5
* reset session on new #6449 test for pypyMike Bayer2021-05-091-0/+5
* Ensure propagate_to_loaders honored at the sub-loader levelMike Bayer2021-05-081-0/+111
* Narrow refresh populate_existing to just refresh_stateMike Bayer2021-04-201-0/+32
* update execute() arg formats in modules and testsMike Bayer2021-01-151-5/+9
* remove more bound metadataMike Bayer2021-01-051-60/+60
* correct for "autocommit" deprecation warningMike Bayer2020-12-111-25/+22
* upgrade to black 20.8b1Mike Bayer2020-09-281-3/+9
* 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