| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | make sure integer is here. only the C ext doesn't try to call "key_fallback"... | Mike Bayer | 2012-06-11 | 1 | -0/+1 |
| * | callcount adjust | Mike Bayer | 2012-06-08 | 1 | -1/+1 |
| * | - [bug] Fixed memory leak in C version of | Mike Bayer | 2012-06-01 | 1 | -0/+57 |
| * | callcount bump to work around sqlite's silly column name workaround | Mike Bayer | 2012-05-04 | 1 | -4/+4 |
| * | callcount | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
| * | py3k fixes | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
| * | - [feature] Calling rollback() within a | Mike Bayer | 2012-04-24 | 1 | -2/+2 |
| * | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 2 | -6/+6 |
| * | callcount tweak here, this moved up due to r5b6237e3f068 | Mike Bayer | 2012-04-24 | 1 | -2/+1 |
| * | - [removed] The legacy "mutable" system of the | Mike Bayer | 2012-04-23 | 1 | -48/+0 |
| * | the callcounts are greater here since object_mapper() has a little more overh... | Mike Bayer | 2012-04-23 | 1 | -1/+1 |
| * | - some adjustments to keep hybrid properties working | Mike Bayer | 2012-04-23 | 1 | -1/+1 |
| * | - merged #1401 branch from bitbucket | Mike Bayer | 2012-04-22 | 1 | -0/+1 |
| |\ |
|
| * | | callcounts for py3k | Mike Bayer | 2012-03-14 | 2 | -3/+4 |
| * | | callcounts | Mike Bayer | 2012-03-14 | 1 | -2/+2 |
| * | | - [bug] Fixed memory leak in core which would | Mike Bayer | 2012-03-10 | 1 | -0/+16 |
| * | | callcount tweak | Mike Bayer | 2012-03-05 | 1 | -1/+1 |
| * | | fix callcount | Mike Bayer | 2012-02-26 | 1 | -1/+1 |
| * | | callcounts | Mike Bayer | 2012-02-15 | 1 | -2/+2 |
| * | | test failures | Mike Bayer | 2012-02-15 | 1 | -4/+4 |
| |/ |
|
| * | callcount adjust | Mike Bayer | 2012-02-05 | 1 | -2/+2 |
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -1/+1 |
| * | callcount | Mike Bayer | 2011-12-07 | 1 | -2/+2 |
| * | some call count reduction | Mike Bayer | 2011-12-03 | 1 | -1/+1 |
| * | - [bug] Fixed bug whereby column_property() created | Mike Bayer | 2011-12-03 | 3 | -47/+54 |
| * | fixes to actually get tests to pass | Mike Bayer | 2011-11-22 | 1 | -2/+2 |
| * | minor callcount bump resulting from r3876c9c0b9a4 | Mike Bayer | 2011-09-09 | 2 | -3/+3 |
| * | - Added a slightly nicer __repr__() to SchemaItem | Mike Bayer | 2011-08-14 | 1 | -0/+2 |
| * | - add test profiling merge() behavior when merging lots of bidirectional coll... | Mike Bayer | 2011-08-12 | 1 | -0/+75 |
| * | put some variance on this as it's a difference between 9 and 60 calls | Mike Bayer | 2011-06-04 | 1 | -1/+1 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -0/+8 |
| * | - this helps oracle here since it has a panic attack otherwise | Mike Bayer | 2011-04-25 | 1 | -1/+2 |
| * | uurg, add a use_reaper argument and have zoomark skip the reaping for its ver... | Mike Bayer | 2011-04-25 | 2 | -2/+2 |
| * | - hardcore force every connection into a strong-referenced set, rollback on e... | Mike Bayer | 2011-04-25 | 2 | -1/+2 |
| * | mark all aaa_profiling tests with __requires__ = 'cpython', | Mike Bayer | 2011-04-23 | 5 | -8/+11 |
| * | callcount update for cext + 2.7 | Mike Bayer | 2011-04-17 | 2 | -3/+5 |
| * | - callcounts | Mike Bayer | 2011-04-08 | 3 | -6/+16 |
| * | - fix a callcount | Mike Bayer | 2011-03-27 | 1 | -1/+1 |
| * | - remove test.sql._base, test.engine._base, test.orm._base, move those classe... | Mike Bayer | 2011-03-27 | 7 | -16/+16 |
| * | - move all the setup_classes(cls) and setup_mappers(cls) to use a | Mike Bayer | 2011-03-27 | 1 | -4/+4 |
| * | - remove @testing.resolve_artifact_names, replace with direct attribute | Mike Bayer | 2011-03-26 | 1 | -8/+22 |
| * | - pulling out the PG type impls in create table knocked the counts out a bit ... | Mike Bayer | 2011-02-18 | 2 | -3/+3 |
| * | - The compiler extension now supports overriding the default | Mike Bayer | 2011-02-09 | 1 | -3/+3 |
| * | - SchemaItem, SchemaType now descend from common type | Mike Bayer | 2011-01-30 | 2 | -2/+2 |
| * | - New DBAPI support for pymysql, a pure Python port | Mike Bayer | 2011-01-26 | 1 | -1/+1 |
| * | callcount | Mike Bayer | 2011-01-25 | 1 | -1/+2 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 7 | -58/+58 |
| * | - remove some more 2.4 targets | Mike Bayer | 2010-12-27 | 2 | -7/+8 |
| * | py3k fixes | Mike Bayer | 2010-12-27 | 2 | -4/+4 |
| * | - more skippage of 2.4 | Mike Bayer | 2010-12-23 | 3 | -4/+4 |