| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | - 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 |
| * | up the variance on these as the call counts are very low and | Mike Bayer | 2010-07-06 | 1 | -2/+4 |
| * | - latest distribute | Mike Bayer | 2010-07-05 | 4 | -9/+22 |
| * | version_info is the tuple | Mike Bayer | 2010-06-15 | 1 | -1/+1 |
| * | - hypothesize that newer pysqlites are also growing a warning log on non-unic... | Mike Bayer | 2010-06-14 | 1 | -0/+5 |
| * | - The warning emitted by the Unicode and String types | Mike Bayer | 2010-06-13 | 1 | -1/+24 |
| * | fix this test for oracle | Mike Bayer | 2010-05-31 | 1 | -1/+2 |
| * | change the weakkeydict to be just an LRU cache. Add tests | Mike Bayer | 2010-05-31 | 1 | -23/+92 |
| * | - Pool classes will reuse the same "pool_logging_name" setting | Mike Bayer | 2010-05-30 | 2 | -4/+66 |
| * | guessed too soon on that | Mike Bayer | 2010-04-16 | 1 | -1/+1 |
| * | since we are calling traverse_single within ddl.py, call traverse_single at t... | Mike Bayer | 2010-04-16 | 1 | -1/+1 |