summaryrefslogtreecommitdiff
path: root/test/orm/test_evaluator.py
Commit message (Expand)AuthorAgeFilesLines
* implement python_impl to custom_op for basic ORM evaluator extensibilityMike Bayer2022-01-041-0/+75
* Modernize tests - calling_mapper_directlyGord Thompson2021-09-301-2/+1
* remove more bound metadataMike Bayer2021-01-051-3/+3
* Don't load expired objects from evaluatorMike Bayer2020-10-211-2/+25
* Handle case where InstanceState.obj returns NoneFederico Caselli2020-10-071-1/+14
* Rename Core expression isnot, not_in_jonathan vanasco2020-09-141-2/+2
* Propose using RETURNING for bulk updates, deletesMike Bayer2020-06-231-1/+49
* Post black reformattingMike Bayer2019-01-061-12/+15
* Run black -l 79 against all source filesMike Bayer2019-01-061-65/+93
* Don't use repr() for Column/ColumnClause in warningMike Bayer2017-09-101-1/+1
* Warn instead of raise for unmapped column that matches on keyticket_4073Mike Bayer2017-09-101-3/+19
* Annotate parentmapper in primaryjoin / secondaryjoinMike Bayer2017-03-161-0/+59
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-7/+6
* Accommodate "callable" bound param in evaluatorMike Bayer2016-05-161-1/+13
* Fix formatting on test_evaluatorMike Bayer2016-05-161-10/+16
* Fixed a regression caused by [ticket:2682] whereby theMike Bayer2013-05-311-0/+17
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-3/+3
* - 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-5/+10
* - whitespace removal bonanzaMike Bayer2011-01-021-8/+8
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+97