summaryrefslogtreecommitdiff
path: root/test/aaa_profiling
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* more py3k fixesMike Bayer2010-02-202-3/+3
* callcountsMike Bayer2010-02-161-3/+3
* - A change to the solution for [ticket:1579] - an end-userMike Bayer2010-02-161-0/+4
* some more 2.4 test fixesMike Bayer2010-02-151-1/+1
* 2.6.4 has higher numbers for some reason hereMike Bayer2010-02-151-2/+2
* 2.4 fixMike Bayer2010-02-151-1/+1
* exclude this test for everyone but sqliteMike Bayer2010-02-151-1/+1
* update call countsMike Bayer2010-02-151-1/+2
* more cleanupMike Bayer2010-02-151-2/+2
* - Added an optional C extension to speed up the sql layer byGaƫtan de Menten2010-02-132-4/+4
* Fixed bug in session.merge() blocking dict-like collections from merging.Jason Kirtland2010-02-111-1/+1
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-1/+1
* - cut down on a few hundred method callsMike Bayer2010-01-111-2/+2
* - merge() will not issue a needless merge of attributes if theMike Bayer2010-01-101-3/+12
* - Session.merge() is performance optimized, using half theMike Bayer2010-01-071-0/+85
* - merge sqlite 2.5 memory exception from r6567 of 0.5 branchMike Bayer2009-12-251-0/+6
* supports unicode binds in PG too. even without the UNICODE extension it seem...Mike Bayer2009-11-061-1/+1
* test fixesMike Bayer2009-10-261-4/+4
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-263-6/+14
* fix some 2.4 callcountsMike Bayer2009-10-242-5/+5
* - ResultProxy internals have been overhauled to greatly reduceMike Bayer2009-10-241-0/+39
* update counts for 2.4Mike Bayer2009-10-231-2/+2
* remove instanceof() in favor of memoized flags, part of [ticket:1566]Mike Bayer2009-10-141-2/+2
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-2/+2
* lower call counts for 2.4, hurrayPhilip Jenvey2009-08-141-1/+1
* python3k fixesMike Bayer2009-08-092-4/+4
* unwrapped _get_colparams a bit, dropped out an isinstance() callMike Bayer2009-08-081-1/+1
* fix some profiles for 2.4Mike Bayer2009-08-062-2/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-065-53/+61
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-106-0/+1148