summaryrefslogtreecommitdiff
path: root/test/perf
Commit message (Expand)AuthorAgeFilesLines
* ensure single import per lineMike Bayer2023-02-281-1/+3
* Try running pyupgrade on the codeFederico Caselli2022-11-161-3/+1
* update whatsnew/ migrationMike Bayer2022-09-231-2/+5
* Comments on (named) constraintscheremnov2022-06-291-1/+1
* rearchitect reflection for batched performanceFederico Caselli2022-06-181-0/+617
* implement cython for cache_anon_map, prefix_anon_mapMike Bayer2021-12-211-0/+90
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-0/+1063
* Clean up most py3k compatFederico Caselli2021-11-241-2/+0
* remove "native decimal" warningMike Bayer2021-11-171-14/+1
* Turn on caching everywhere, add loggingMike Bayer2020-06-101-3/+3
* Convert execution to move through SessionMike Bayer2020-05-251-5/+11
* Performance fixes for new result setMike Bayer2020-05-211-4/+20
* Deprecate plain string in execute and introduce `exec_driver_sql`Federico Caselli2020-03-211-3/+3
* Enable F841Mike Bayer2019-06-201-1/+1
* Post black reformattingMike Bayer2019-01-062-23/+23
* Run black -l 79 against all source filesMike Bayer2019-01-062-49/+78
* print() is a function in Python 3cclauss2018-11-281-2/+4
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-072-20/+28
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-2/+2
* - delete the file first here so this is deterministicMike Bayer2014-09-051-0/+3
* - stress test for invalidationMike Bayer2014-05-101-0/+51
* - add a CLI to determine waht kind of test to runMike Bayer2014-01-111-19/+25
* - the wrapped memoized_property here was not working, as the attribute nameMike Bayer2013-11-261-4/+4
* tweaksMike Bayer2013-08-021-6/+3
* rework the test here to suit 0.8/0.9 mostly, include time testsMike Bayer2013-08-021-94/+86
* no need for all these scripts, not worth maintainingMike Bayer2013-04-2810-1245/+0
* - the raw 2to3 runMike Bayer2013-04-278-70/+70
* - remove all compat items that are pre-2.5 (hooray)Mike Bayer2013-03-091-1/+1
* The long-deprecated and non-functional ``assert_unicode`` flag onMike Bayer2012-10-251-2/+2
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-276-10/+10
* don't need this is_really_none() thing anymoreMike Bayer2012-08-081-1/+1
* -whitespace bonanza, contdMike Bayer2012-07-281-2/+2
* - [feature] *Very limited* support forMike Bayer2012-07-141-16/+16
* - [feature] The of_type() construct on attributesMike Bayer2012-06-201-1/+3
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-4/+4
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-2/+2
* - remove old perf/ tests from pre-2007Mike Bayer2011-01-169-498/+0
* - whitespace removal bonanzaMike Bayer2011-01-024-33/+33
* - some good inlinings to the whole cascade_iterator() thing.Mike Bayer2010-12-181-0/+1
* - add a perf script to illustrate 0.7 speed improvementsMike Bayer2010-12-121-0/+185
* - support for cdecimalMike Bayer2010-12-111-1/+1
* - explain that these are not part of the test suiteMike Bayer2010-12-051-0/+17
* - merge default tipMike Bayer2010-12-051-3/+2
|\
| * - SqlSoup overhaulMike Bayer2010-11-241-3/+2
* | - move sqlalchemy.test to test.libMike Bayer2010-11-1512-16/+16
|/
* a little bit of refinementMike Bayer2010-04-171-1/+1
* - beef up the --reversetop test option to embed RandomSet throughout the ORMMike Bayer2010-04-151-1/+1
* - starting to groom the branch for its inclusionMike Bayer2010-04-101-0/+84
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-243-5/+5
* - To accomodate the fact that there are now two kinds of eagerMike Bayer2010-03-242-5/+5