summaryrefslogtreecommitdiff
path: root/test/aaa_profiling/test_orm.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8 cleanup in /test/aaa_profilingEric Streeper2015-03-181-0/+1
* - start locking down querying for cols after observing yesterdaysMike Bayer2015-03-091-0/+52
* - add the test_expire_lots test for comparisonMike Bayer2015-02-181-0/+54
* imports gone badMike Bayer2014-07-101-2/+2
* - fully flake8 test/aaa_profilingMike Bayer2014-07-091-80/+115
* fixes to get profiling tests working againMike Bayer2014-03-261-4/+0
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-241-0/+6
* - the wrapped memoized_property here was not working, as the attribute nameMike Bayer2013-11-261-0/+60
* A performance fix related to the usage of the :func:`.defer` optionMike Bayer2013-07-131-1/+53
* - the raw 2to3 runMike Bayer2013-04-271-8/+8
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+5
* OK! let's turn this around completely. Forget making a single count acrossMike Bayer2012-08-111-23/+15
* adjustmentsMike Bayer2012-08-111-1/+1
* final cleanupMike Bayer2012-08-101-3/+3
* - a new approach to profiling where we attempt to strip outMike Bayer2012-08-091-27/+21
* callcounts due to more engine event logicMike Bayer2012-07-191-4/+2
* relax this variance for nowMike Bayer2012-07-171-2/+2
* some test fixes and cleanupMike Bayer2012-07-161-17/+17
* turn commit_all into an iterative methodMike Bayer2012-06-251-1/+1
* obnoxious callcountsMike Bayer2012-06-161-1/+1
* callcountMike Bayer2012-06-111-1/+1
* callcount adjustMike Bayer2012-06-081-1/+1
* py3k fixesMike Bayer2012-04-241-2/+2
* callcount tweak here, this moved up due to r5b6237e3f068Mike Bayer2012-04-241-2/+1
* the callcounts are greater here since object_mapper() has a little more overh...Mike Bayer2012-04-231-1/+1
* - some adjustments to keep hybrid properties workingMike Bayer2012-04-231-1/+1
* - merged #1401 branch from bitbucketMike Bayer2012-04-221-0/+1
* callcountMike Bayer2011-12-071-2/+2
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-031-1/+1
* - Added a slightly nicer __repr__() to SchemaItemMike Bayer2011-08-141-0/+2
* - add test profiling merge() behavior when merging lots of bidirectional coll...Mike Bayer2011-08-121-0/+75
* mark all aaa_profiling tests with __requires__ = 'cpython',Mike Bayer2011-04-231-1/+3
* - fix a callcountMike Bayer2011-03-271-1/+1
* - 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-4/+4
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-8/+22
* - New DBAPI support for pymysql, a pure Python portMike Bayer2011-01-261-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-11/+11
* - remove some more 2.4 targetsMike Bayer2010-12-271-6/+7
* py3k fixesMike Bayer2010-12-271-1/+1
* - remove OrderedSet usage from a critical areaMike Bayer2010-12-221-1/+1
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-4/+4
* - modest inlinings into the MapperProperty.setup/row_processor chainMike Bayer2010-12-201-1/+1
* - callcountsMike Bayer2010-12-161-2/+2
* - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases,Mike Bayer2010-12-161-1/+1
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-131-1/+1
* callcountsMike Bayer2010-12-121-2/+2
* - inlinings and callcount reductionsMike Bayer2010-12-121-8/+12
* - refactor query._get() into two methods - a static one that doesMike Bayer2010-12-121-3/+88
* - callcountMike Bayer2010-12-091-1/+3