summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* Removed some legacy terms in favor of modern equivalents. (D&I)jonathan vanasco2021-01-211-2/+2
* Merge "Guard against re-entrant autobegin in Core, ORM"mike bayer2021-01-161-0/+16
|\
| * Guard against re-entrant autobegin in Core, ORMMike Bayer2021-01-151-0/+16
* | run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-151-7/+4
|/
* update execute() arg formats in modules and testsMike Bayer2021-01-155-28/+52
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-1328-637/+684
* repair transaction scope in test_nullPKsOK_BtoA for mssqlMike Bayer2021-01-071-1/+1
* repair ORM tests that use deferrable FKsMike Bayer2021-01-062-2/+5
* remove more bound metadataMike Bayer2021-01-0578-3485/+3603
* remove metadata.bind use from test suiteMike Bayer2021-01-0310-49/+40
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-0/+7
* Support TypeDecorator.get_dbapi_type() for setinpusizesMike Bayer2020-12-301-3/+5
* Add ORMExecuteState mapper accessorsMike Bayer2020-12-231-0/+104
* Merge "Allow Declarative to extract class attr from field"mike bayer2020-12-191-0/+96
|\
| * Allow Declarative to extract class attr from fieldMike Bayer2020-12-191-0/+96
* | Repair and cover adaption call w/ ORM having()esoh2020-12-192-1/+27
|/
* lambda refactor post-production fixesMike Bayer2020-12-171-1/+0
* Major revisals to lambdasMike Bayer2020-12-163-9/+147
* Check explicitly for mapped class as secondaryMike Bayer2020-12-152-2/+96
* fix some pep8 warningsMike Bayer2020-12-152-2/+6
* Merge "Emit deprecation warnings for plain text under Session"mike bayer2020-12-145-50/+65
|\
| * Emit deprecation warnings for plain text under SessionMike Bayer2020-12-115-50/+65
* | Merge "Fixes for lambda expressions and relationship loaders"mike bayer2020-12-121-12/+130
|\ \
| * | Fixes for lambda expressions and relationship loadersMike Bayer2020-12-111-12/+130
| |/
* | Merge "Send deterministic ordering into unit of work topological"mike bayer2020-12-122-28/+22
|\ \ | |/ |/|
| * Send deterministic ordering into unit of work topologicalMike Bayer2020-12-112-28/+22
* | Merge "correct for "autocommit" deprecation warning"mike bayer2020-12-1112-200/+200
|\ \
| * | correct for "autocommit" deprecation warningMike Bayer2020-12-1112-200/+200
* | | Revise attribute refresh for with_loader_criteria, relatedMike Bayer2020-12-112-0/+141
* | | Replace ``OrderedDict`` with a normal ``dict`` in python 3.7+Federico Caselli2020-12-073-10/+23
|/ /
* | Pass through plain selectable to .alias()Mike Bayer2020-12-071-0/+25
* | Pass along other keyword args in _EventsHold.populateMike Bayer2020-12-011-0/+26
|/
* Don't emit warnings on descriptor accessMike Bayer2020-11-205-32/+45
* Ensure the "orm" plugin is used unconditionally for bundlesMike Bayer2020-11-161-2/+92
* Convert to autoload_with internallyMike Bayer2020-11-072-23/+20
* tutorial 2.0 WIPreview/mike_bayer/tutorial20Mike Bayer2020-10-311-6/+42
* Implement PropComparator.and_() for remaining optionsMike Bayer2020-10-291-5/+200
* Don't load expired objects from evaluatorMike Bayer2020-10-212-19/+113
* Don't populate expired attrs w/ evaluatorMike Bayer2020-10-211-0/+105
* Add deprecation for base Executable.bindMike Bayer2020-10-166-35/+13
* block python keywords from random list of namesMike Bayer2020-10-141-2/+4
* Deprecate strings indicating attribute namesMike Bayer2020-10-133-1211/+1696
* Merge "Drop python 3.5 support"mike bayer2020-10-101-13/+6
|\
| * Drop python 3.5 supportFederico Caselli2020-10-081-13/+6
* | generalize scoped_session proxying and apply to asyncio elementsMike Bayer2020-10-102-25/+54
|/
* Handle case where InstanceState.obj returns NoneFederico Caselli2020-10-071-1/+14
* Enable pypy tests on github workflowFederico Caselli2020-10-021-0/+2
* use execute_20 to preserve compiled cacheMike Bayer2020-10-021-0/+35
* upgrade to black 20.8b1Mike Bayer2020-09-2835-187/+315
* Add deprecation warning for .join().alias()Gord Thompson2020-09-282-11/+8