| Commit message (Expand) | Author | Age | Files | Lines |
| * | some tests, should be OK | Mike Bayer | 2010-12-13 | 3 | -26/+31 |
| * | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 5 | -82/+102 |
| * | spoke too soon on that. | Mike Bayer | 2010-12-13 | 1 | -14/+28 |
| * | merge tip | Mike Bayer | 2010-12-13 | 1 | -1/+1 |
| |\ |
|
| | * | c is undefined, we mean connection here | Philip Jenvey | 2010-12-12 | 1 | -1/+1 |
| * | | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 7 | -91/+85 |
| |/ |
|
| * | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 3 | -10/+24 |
| * | - inlinings and callcount reductions | Mike Bayer | 2010-12-12 | 11 | -64/+101 |
| * | - refactor query._get() into two methods - a static one that does | Mike Bayer | 2010-12-12 | 5 | -110/+114 |
| * | slight shrinking of the iterable | Mike Bayer | 2010-12-11 | 2 | -9/+10 |
| * | - add full series of unit tests for PropertyOption._get_paths, thus enabling ... | Mike Bayer | 2010-12-11 | 1 | -10/+6 |
| * | hey we have .. note:: for notes, duh | Mike Bayer | 2010-12-11 | 1 | -28/+28 |
| * | cdecimal docs, link to pypi | Mike Bayer | 2010-12-11 | 1 | -31/+32 |
| * | - support for cdecimal | Mike Bayer | 2010-12-11 | 10 | -32/+71 |
| * | do the mercurial dance (re-merge what I just merged...) | Mike Bayer | 2010-12-11 | 6 | -126/+139 |
| |\ |
|
| | * | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 6 | -157/+136 |
| | * | - initial stab at using executemany() for inserts in the ORM when possible | Mike Bayer | 2010-12-10 | 3 | -108/+142 |
| * | | [49145a6940062486a6eec66bfe5c9d95c5f76c7a] forgot the final arg to _handle_db... | Philip Jenvey | 2010-12-10 | 1 | -1/+2 |
| |/ |
|
| * | - callcounts | Mike Bayer | 2010-12-10 | 8 | -93/+157 |
| * | - callcount | Mike Bayer | 2010-12-09 | 2 | -8/+10 |
| * | callcount destructo engage | Mike Bayer | 2010-12-09 | 5 | -62/+96 |
| * | - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:... | Mike Bayer | 2010-12-09 | 1 | -3/+6 |
| * | various formatting and hyperlinking fixes | Mike Bayer | 2010-12-09 | 2 | -2/+4 |
| * | - Threadlocal engine methods rollback(), commit(), | Mike Bayer | 2010-12-08 | 1 | -1/+7 |
| * | - hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3k | Mike Bayer | 2010-12-06 | 1 | -2/+12 |
| * | - shave about a millisecond off of moderately complex save casades. | Mike Bayer | 2010-12-06 | 7 | -40/+113 |
| * | squash sets warning | Mike Bayer | 2010-12-05 | 1 | -0/+1 |
| * | have a 'buffer' symbol present in util in py3k as well | Mike Bayer | 2010-12-05 | 1 | -1/+1 |
| * | - merge default tip | Mike Bayer | 2010-12-05 | 8 | -161/+446 |
| |\ |
|
| | * | - Backport of "optimized get" fix from 0.7, | Mike Bayer | 2010-12-04 | 1 | -6/+7 |
| | * | - Fixed bug whereby KeyError would occur with non-ENUM | Mike Bayer | 2010-11-30 | 1 | -1/+4 |
| | * | - Query.get() will raise if the number of params | Mike Bayer | 2010-11-28 | 1 | -6/+6 |
| | * | fixed a small potential memory leak in UnicodeResultProcessor (for some weird | Gaƫtan de Menten | 2010-11-27 | 2 | -7/+15 |
| | * | - Fixed operator precedence rules for multiple | Mike Bayer | 2010-11-25 | 3 | -14/+48 |
| | * | - adjust importlater to import the full path, break out of "import" problems ... | Mike Bayer | 2010-11-25 | 1 | -2/+5 |
| | * | this is new | Mike Bayer | 2010-11-24 | 1 | -0/+2 |
| | * | merge tip | Mike Bayer | 2010-11-24 | 1 | -1/+10 |
| | |\ |
|
| | | * | merge | Taavi Burns | 2010-11-20 | 1 | -0/+9 |
| | | |\ |
|
| | | * | | Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ... | Taavi Burns | 2010-11-19 | 1 | -1/+10 |
| | * | | | - SqlSoup overhaul | Mike Bayer | 2010-11-24 | 1 | -133/+359 |
| | | |/
| |/| |
|
| * | | | - move topological, queue into util | Mike Bayer | 2010-12-05 | 8 | -19/+7 |
| * | | | - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6. | Mike Bayer | 2010-12-05 | 3 | -173/+186 |
| * | | | - reduce some pool overhead | Mike Bayer | 2010-12-05 | 2 | -27/+27 |
| * | | | - inline the various construction methods of DefaultExecutionContext. This | Mike Bayer | 2010-12-05 | 2 | -186/+246 |
| * | | | - ResultProxy and friends always reference the DBAPI connection at the same time | Mike Bayer | 2010-12-05 | 4 | -62/+53 |
| * | | | - added strictness to the optimized load, [ticket:1992] | Mike Bayer | 2010-12-03 | 1 | -6/+7 |
| * | | | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 11 | -105/+102 |
| * | | | - replace GenericBackrefExtension with straight events | Mike Bayer | 2010-11-30 | 3 | -30/+26 |
| * | | | - use class name by itself in flush warnings to prevent overflow of warnings ... | Mike Bayer | 2010-11-29 | 4 | -6/+25 |
| * | | | - repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the com... | Mike Bayer | 2010-11-29 | 1 | -4/+4 |