summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
Commit message (Expand)AuthorAgeFilesLines
...
* callcounts for 2.4, 2.5, 2.6Mike Bayer2010-12-053-5/+10
* - fix callcount for 2.6Mike Bayer2010-12-051-1/+1
* - merge default tipMike Bayer2010-12-051-1/+26
|\
| * fixed a small potential memory leak in UnicodeResultProcessor (for some weirdGaƫtan de Menten2010-11-271-1/+11
| * Remove unused import.Taavi Burns2010-11-201-1/+1
| * DecimalResultProcessor memory testing is likely to catch something only when ...Taavi Burns2010-11-201-0/+2
| * Shorter tests for [ticket:1978]Taavi Burns2010-11-191-33/+6
| * Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ...Taavi Burns2010-11-191-1/+41
* | - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6.Mike Bayer2010-12-052-2/+29
* | - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-287-12/+12
|\ \
| * | - move sqlalchemy.test to test.libMike Bayer2010-11-157-12/+12
| |/
* | - the "type_map" dictionary in sqlalchemy.types is now private,Mike Bayer2010-11-281-1/+1
* | - fix test related to [ticket:1980]Mike Bayer2010-11-281-1/+1
* | - repair remaining testsMike Bayer2010-11-202-2/+2
* | merge tipMike Bayer2010-11-132-2/+7
|\ \ | |/
| * - move inline "import" statements to use new "util.importlater()" construct. ...Mike Bayer2010-11-131-0/+5
| * - Implemented sequence check capability for the CMike Bayer2010-11-091-2/+2
* | merge tipMike Bayer2010-10-021-2/+2
|\ \ | |/
| * - reworked the internals of mapper.cascade_iterator() toMike Bayer2010-10-011-2/+2
* | merge from tipMike Bayer2010-09-031-1/+1
|\ \ | |/
| * reduce callcountsMike Bayer2010-09-031-1/+1
* | - pretty much all tests passing, maybe some callcounts are offMike Bayer2010-07-252-3/+3
|/
* Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve...Mike Bayer2010-07-115-464/+534
* - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2Mike Bayer2010-07-062-3/+5
* up the variance on these as the call counts are very low andMike Bayer2010-07-061-2/+4
* - latest distributeMike Bayer2010-07-054-9/+22
* version_info is the tupleMike Bayer2010-06-151-1/+1
* - hypothesize that newer pysqlites are also growing a warning log on non-unic...Mike Bayer2010-06-141-0/+5
* - The warning emitted by the Unicode and String typesMike Bayer2010-06-131-1/+24
* fix this test for oracleMike Bayer2010-05-311-1/+2
* change the weakkeydict to be just an LRU cache. Add testsMike Bayer2010-05-311-23/+92
* - Pool classes will reuse the same "pool_logging_name" settingMike Bayer2010-05-302-4/+66
* guessed too soon on thatMike Bayer2010-04-161-1/+1
* since we are calling traverse_single within ddl.py, call traverse_single at t...Mike Bayer2010-04-161-1/+1
* check_reverse was failing a not well covered m2m case.Mike Bayer2010-04-101-1/+1
* zoomark has additional callcount drops on this sideMike Bayer2010-04-071-2/+2
* holy callcount batmanMike Bayer2010-04-071-1/+1
* add some callcounts with cextensions, [ticket:1723]Mike Bayer2010-03-262-3/+3
* - The official name for the relation() function is nowMike Bayer2010-03-172-7/+7
* - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-152-4/+0
* callcount...Mike Bayer2010-03-131-1/+1
* move the initial connect out of the profile zone so we don't get a method cal...Mike Bayer2010-03-122-4/+8
* almost there, some tests failing still.Mike Bayer2010-03-091-1/+1
* preload type affinity entries so that these comparisons don't get shoved into...Mike Bayer2010-03-011-0/+10
* more bumpsMike Bayer2010-03-011-1/+1
* some 2.4 bumps probably due to the tuple/list thingMike Bayer2010-03-011-2/+2
* callcountsMike Bayer2010-02-281-1/+1
* - orm: Removed a lot of logging that nobody really cares about,Mike Bayer2010-02-283-4/+4
* - typosMike Bayer2010-02-231-0/+2
* - Added "unicode_errors" parameter to String, Unicode, etc.Mike Bayer2010-02-231-2/+2