summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/profiling.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up most py3k compatFederico Caselli2021-11-241-1/+1
* Remove object in class definitionFederico Caselli2021-11-221-1/+1
* removals: all unicode encoding / decodingMike Bayer2021-11-101-5/+1
* 2.0 removals: LegacyRow, connectionless execution, close_with_resultMike Bayer2021-10-311-6/+1
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Minor optimization to the codeFederico Caselli2021-02-181-1/+2
* happy new yearMike Bayer2021-01-041-1/+1
* Create a framework to allow all SQLALCHEMY_WARN_20 to passMike Bayer2020-09-161-8/+17
* Add complete platform data to profiling dataFederico Caselli2020-08-071-12/+7
* Make call-count profiling tests on osx have their own platform keyFederico Caselli2020-07-111-0/+3
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-1/+1
* Add full profile sort, dumping to profile resultsMike Bayer2020-05-281-2/+10
* Convert execution to move through SessionMike Bayer2020-05-251-0/+1
* Rename py.test to pytestGord Thompson2020-04-161-1/+1
* Fix tests failing for SQLite file databases; repair provisioningGord Thompson2020-03-131-0/+5
* Result initial introductionMike Bayer2020-02-211-1/+0
* Limit non-backend critical profiling tests to SQLiteMike Bayer2020-02-171-1/+4
* Remove jython code, remove all jython / pypy symbolsMike Bayer2020-01-171-7/+7
* Fix cext for Python 2; ensure C extensions build successfullyMike Bayer2020-01-041-10/+13
* happy new yearMike Bayer2020-01-011-1/+1
* Don't apply aliasing + adaption for simple relationship joinsMike Bayer2019-12-191-2/+5
* Add profile sort option to test suiteMike Bayer2019-07-141-2/+3
* profiling plugin fixesMike Bayer2019-07-111-6/+41
* happy new yearMike Bayer2019-01-111-1/+1
* Post black reformattingMike Bayer2019-01-061-5/+10
* Run black -l 79 against all source filesMike Bayer2019-01-061-36/+35
* Assorted pre-Black fixesMike Bayer2019-01-051-1/+1
* happy new yearMike Bayer2018-01-121-1/+1
* update for 2017 copyrightMike Bayer2017-01-041-1/+1
* - happy new yearMike Bayer2016-01-291-1/+1
* - add a new qualifier "native" vs. "dbapi" unicode to avoidMike Bayer2016-01-241-0/+5
* - move away from explicit raises of SkipTest, instead call aMike Bayer2015-05-011-5/+5
* - copyright 2015Mike Bayer2015-03-101-1/+1
* - more callcountsMike Bayer2015-01-051-2/+4
* - add a new option --force-write-profiles to rewrite profiles even if theyMike Bayer2014-11-251-2/+6
* - correct this to rewrite a multiple profile line correctlyMike Bayer2014-11-141-1/+5
* - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-161-138/+78
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-30/+30
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* fixes to get profiling tests working againMike Bayer2014-03-261-1/+1
* - remove nose dependencyMike Bayer2014-03-261-1/+1
* - fix some function mismatch in profilingMike Bayer2014-01-091-6/+3
* - happy new yearMike Bayer2014-01-051-1/+1
* - add copyright to source files missing itMike Bayer2013-10-261-0/+6
* - fix bug here in profiling.pyMike Bayer2013-08-281-11/+11
* - rework the profile thing to just rewrite all failing numbers when --write-p...Mike Bayer2013-08-281-6/+18
* - the raw 2to3 runMike Bayer2013-04-271-5/+5
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-2/+2
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-22/+25
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-7/+6