| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - allow cextension version to fall back to non-cextension | Mike Bayer | 2010-12-22 | 2 | -8/+14 |
| * | - remove OrderedSet usage from a critical area | Mike Bayer | 2010-12-22 | 4 | -10/+11 |
| * | - arg callcounts change from 2.6.4 to 2.6.6 | Mike Bayer | 2010-12-21 | 1 | -1/+1 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 5 | -33/+38 |
| * | - modest inlinings into the MapperProperty.setup/row_processor chain | Mike Bayer | 2010-12-20 | 3 | -9/+9 |
| * | callcounts | Mike Bayer | 2010-12-19 | 2 | -2/+2 |
| * | triple check that the dict is empty | Mike Bayer | 2010-12-19 | 1 | -2/+5 |
| * | - callcounts | Mike Bayer | 2010-12-19 | 2 | -2/+6 |
| * | merge tip | Mike Bayer | 2010-12-17 | 1 | -2/+2 |
| |\ |
|
| | * | - callcounts | Mike Bayer | 2010-12-16 | 1 | -2/+2 |
| | * | - remove the need to use LoadDeferredColumns, LoadLazyAttribute in most cases, | Mike Bayer | 2010-12-16 | 1 | -1/+1 |
| * | | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+27 |
| |/ |
|
| * | - callcounts. need to find some way to make this less tedious. | Mike Bayer | 2010-12-13 | 3 | -4/+4 |
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 3 | -9/+10 |
| * | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 3 | -5/+5 |
| * | callcounts | Mike Bayer | 2010-12-12 | 1 | -2/+2 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 3 | -11/+14 |
| * | - refactor query._get() into two methods - a static one that does | Mike Bayer | 2010-12-12 | 1 | -3/+88 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 1 | -2/+2 |
| * | - callcount | Mike Bayer | 2010-12-10 | 1 | -1/+1 |
| * | - callcount | Mike Bayer | 2010-12-09 | 1 | -1/+3 |
| * | callcount destructo engage | Mike Bayer | 2010-12-09 | 1 | -2/+2 |
| * | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 1 | -2/+2 |
| * | callcounts in 2.4 | Mike Bayer | 2010-12-05 | 1 | -2/+2 |
| * | callcounts... | Mike Bayer | 2010-12-05 | 3 | -5/+5 |
| * | up this variance a bit, differences between 2.6.3/2.6.4 not worth it | Mike Bayer | 2010-12-05 | 1 | -2/+2 |
| * | callcounts for 2.4, 2.5, 2.6 | Mike Bayer | 2010-12-05 | 3 | -5/+10 |
| * | - fix callcount for 2.6 | Mike Bayer | 2010-12-05 | 1 | -1/+1 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 1 | -1/+26 |
| |\ |
|
| | * | fixed a small potential memory leak in UnicodeResultProcessor (for some weird | Gaƫtan de Menten | 2010-11-27 | 1 | -1/+11 |
| | * | Remove unused import. | Taavi Burns | 2010-11-20 | 1 | -1/+1 |
| | * | DecimalResultProcessor memory testing is likely to catch something only when ... | Taavi Burns | 2010-11-20 | 1 | -0/+2 |
| | * | Shorter tests for [ticket:1978] | Taavi Burns | 2010-11-19 | 1 | -33/+6 |
| | * | Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ... | Taavi Burns | 2010-11-19 | 1 | -1/+41 |
| * | | - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6. | Mike Bayer | 2010-12-05 | 2 | -2/+29 |
| * | | - sqlalchemy.test and nose plugin moves back to being entirely | Mike Bayer | 2010-11-28 | 7 | -12/+12 |
| |\ \ |
|
| | * | | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 7 | -12/+12 |
| | |/ |
|
| * | | - the "type_map" dictionary in sqlalchemy.types is now private, | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | | - fix test related to [ticket:1980] | Mike Bayer | 2010-11-28 | 1 | -1/+1 |
| * | | - repair remaining tests | Mike Bayer | 2010-11-20 | 2 | -2/+2 |
| * | | merge tip | Mike Bayer | 2010-11-13 | 2 | -2/+7 |
| |\ \
| |/ |
|
| | * | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -0/+5 |
| | * | - Implemented sequence check capability for the C | Mike Bayer | 2010-11-09 | 1 | -2/+2 |
| * | | merge tip | Mike Bayer | 2010-10-02 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | - reworked the internals of mapper.cascade_iterator() to | Mike Bayer | 2010-10-01 | 1 | -2/+2 |
| * | | merge from tip | Mike Bayer | 2010-09-03 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | reduce callcounts | Mike Bayer | 2010-09-03 | 1 | -1/+1 |
| * | | - pretty much all tests passing, maybe some callcounts are off | Mike Bayer | 2010-07-25 | 2 | -3/+3 |
| |/ |
|
| * | Python-tidy test/engine and test/aaa_profiling, 80% auto + 20% manual interve... | Mike Bayer | 2010-07-11 | 5 | -464/+534 |
| * | - updated obsolete docs regarding sequences, RETURNING for pgrel_0_6_2 | Mike Bayer | 2010-07-06 | 2 | -3/+5 |