| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | check_reverse was failing a not well covered m2m case. | Mike Bayer | 2010-04-10 | 1 | -1/+1 |
| * | zoomark has additional callcount drops on this side | Mike Bayer | 2010-04-07 | 1 | -2/+2 |
| * | holy callcount batman | Mike Bayer | 2010-04-07 | 1 | -1/+1 |
| * | add some callcounts with cextensions, [ticket:1723] | Mike Bayer | 2010-03-26 | 2 | -3/+3 |
| * | - The official name for the relation() function is now | Mike Bayer | 2010-03-17 | 2 | -7/+7 |
| * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 2 | -4/+0 |
| * | callcount... | Mike Bayer | 2010-03-13 | 1 | -1/+1 |
| * | move the initial connect out of the profile zone so we don't get a method cal... | Mike Bayer | 2010-03-12 | 2 | -4/+8 |
| * | almost there, some tests failing still. | Mike Bayer | 2010-03-09 | 1 | -1/+1 |
| * | preload type affinity entries so that these comparisons don't get shoved into... | Mike Bayer | 2010-03-01 | 1 | -0/+10 |
| * | more bumps | Mike Bayer | 2010-03-01 | 1 | -1/+1 |
| * | some 2.4 bumps probably due to the tuple/list thing | Mike Bayer | 2010-03-01 | 1 | -2/+2 |
| * | callcounts | Mike Bayer | 2010-02-28 | 1 | -1/+1 |
| * | - orm: Removed a lot of logging that nobody really cares about, | Mike Bayer | 2010-02-28 | 3 | -4/+4 |
| * | - typos | Mike Bayer | 2010-02-23 | 1 | -0/+2 |
| * | - Added "unicode_errors" parameter to String, Unicode, etc. | Mike Bayer | 2010-02-23 | 1 | -2/+2 |
| * | more py3k fixes | Mike Bayer | 2010-02-20 | 2 | -3/+3 |
| * | callcounts | Mike Bayer | 2010-02-16 | 1 | -3/+3 |
| * | - A change to the solution for [ticket:1579] - an end-user | Mike Bayer | 2010-02-16 | 1 | -0/+4 |
| * | some more 2.4 test fixes | Mike Bayer | 2010-02-15 | 1 | -1/+1 |
| * | 2.6.4 has higher numbers for some reason here | Mike Bayer | 2010-02-15 | 1 | -2/+2 |
| * | 2.4 fix | Mike Bayer | 2010-02-15 | 1 | -1/+1 |
| * | exclude this test for everyone but sqlite | Mike Bayer | 2010-02-15 | 1 | -1/+1 |
| * | update call counts | Mike Bayer | 2010-02-15 | 1 | -1/+2 |
| * | more cleanup | Mike Bayer | 2010-02-15 | 1 | -2/+2 |
| * | - Added an optional C extension to speed up the sql layer by | Gaƫtan de Menten | 2010-02-13 | 2 | -4/+4 |
| * | Fixed bug in session.merge() blocking dict-like collections from merging. | Jason Kirtland | 2010-02-11 | 1 | -1/+1 |
| * | - added "statement_options()" to Query, to so options can be | Mike Bayer | 2010-01-16 | 1 | -1/+1 |
| * | - cut down on a few hundred method calls | Mike Bayer | 2010-01-11 | 1 | -2/+2 |
| * | - merge() will not issue a needless merge of attributes if the | Mike Bayer | 2010-01-10 | 1 | -3/+12 |
| * | - Session.merge() is performance optimized, using half the | Mike Bayer | 2010-01-07 | 1 | -0/+85 |
| * | - merge sqlite 2.5 memory exception from r6567 of 0.5 branch | Mike Bayer | 2009-12-25 | 1 | -0/+6 |
| * | supports unicode binds in PG too. even without the UNICODE extension it seem... | Mike Bayer | 2009-11-06 | 1 | -1/+1 |
| * | test fixes | Mike Bayer | 2009-10-26 | 1 | -4/+4 |
| * | - The psycopg2 dialect now uses psycopg2's "unicode extension" | Mike Bayer | 2009-10-26 | 3 | -6/+14 |
| * | fix some 2.4 callcounts | Mike Bayer | 2009-10-24 | 2 | -5/+5 |
| * | - ResultProxy internals have been overhauled to greatly reduce | Mike Bayer | 2009-10-24 | 1 | -0/+39 |
| * | update counts for 2.4 | Mike Bayer | 2009-10-23 | 1 | -2/+2 |
| * | remove instanceof() in favor of memoized flags, part of [ticket:1566] | Mike Bayer | 2009-10-14 | 1 | -2/+2 |
| * | merge from branches/clauseelement-nonzero | Philip Jenvey | 2009-09-24 | 1 | -2/+2 |
| * | lower call counts for 2.4, hurray | Philip Jenvey | 2009-08-14 | 1 | -1/+1 |
| * | python3k fixes | Mike Bayer | 2009-08-09 | 2 | -4/+4 |
| * | unwrapped _get_colparams a bit, dropped out an isinstance() call | Mike Bayer | 2009-08-08 | 1 | -1/+1 |
| * | fix some profiles for 2.4 | Mike Bayer | 2009-08-06 | 2 | -2/+2 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 5 | -53/+61 |
| * | - unit tests have been migrated from unittest to nose. | Mike Bayer | 2009-06-10 | 6 | -0/+1148 |