| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 1 | -0/+1 |
| * | rename 'frozendict' to 'immutabledict', since 'frozen' implies hashability | Mike Bayer | 2011-01-20 | 1 | -1/+1 |
| * | - execution_options() on Connection accepts | Mike Bayer | 2011-01-16 | 1 | -4/+38 |
| * | - default_isolation_level is equal to isolation_level since it's | Mike Bayer | 2011-01-16 | 1 | -4/+4 |
| * | - add dialect.reset_isolation_level(), reverts | Mike Bayer | 2011-01-16 | 2 | -0/+26 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 3 | -6/+25 |
| * | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -26/+33 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 2 | -19/+31 |
| * | crappy docs, lets try that again | Mike Bayer | 2011-01-08 | 1 | -9/+8 |
| * | - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branch | Mike Bayer | 2011-01-08 | 2 | -0/+22 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 8 | -316/+316 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 8 | -4/+28 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 3 | -26/+26 |
| * | - they don't want "on_". First step, change the naming convention on Events | Mike Bayer | 2010-12-30 | 1 | -2/+2 |
| * | py3k fixes | Mike Bayer | 2010-12-27 | 1 | -1/+2 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 2 | -10/+17 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -4/+7 |
| * | more inlines | Mike Bayer | 2010-12-19 | 2 | -37/+50 |
| * | establish default for returns_unicode_strings in py3k | Mike Bayer | 2010-12-19 | 1 | -0/+2 |
| * | - duh, compiled is per dialect | Mike Bayer | 2010-12-19 | 1 | -1/+1 |
| * | - fixes for mysql and I'm ready to replace this whole adapt() business with a... | Mike Bayer | 2010-12-14 | 1 | -2/+4 |
| * | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+4 |
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 2 | -20/+10 |
| * | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 1 | -7/+2 |
| * | do the mercurial dance (re-merge what I just merged...) | Mike Bayer | 2010-12-11 | 2 | -60/+38 |
| |\ |
|
| | * | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 2 | -62/+39 |
| | * | - initial stab at using executemany() for inserts in the ORM when possible | Mike Bayer | 2010-12-10 | 2 | -46/+47 |
| * | | [49145a6940062486a6eec66bfe5c9d95c5f76c7a] forgot the final arg to _handle_db... | Philip Jenvey | 2010-12-10 | 1 | -1/+2 |
| |/ |
|
| * | - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:... | Mike Bayer | 2010-12-09 | 1 | -3/+6 |
| * | - Threadlocal engine methods rollback(), commit(), | Mike Bayer | 2010-12-08 | 1 | -1/+7 |
| * | - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6. | Mike Bayer | 2010-12-05 | 2 | -170/+165 |
| * | - reduce some pool overhead | Mike Bayer | 2010-12-05 | 1 | -6/+1 |
| * | - 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 | 2 | -21/+35 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 2 | -5/+5 |
| * | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 2 | -7/+8 |
| * | - fixes for PG, mysql, twophase | Mike Bayer | 2010-11-20 | 2 | -4/+5 |
| * | - logging has been overhauled such that engines no longer need to encode the | Mike Bayer | 2010-11-20 | 1 | -1/+1 |
| |\ |
|
| | * | - initial patch for [ticket:1926] | Mike Bayer | 2010-11-17 | 1 | -1/+1 |
| * | | merge tip | Mike Bayer | 2010-11-13 | 1 | -0/+8 |
| |\ \
| |/ |
|
| | * | - and fix everything from the last checkin that breaks on py 2.4, 2.5 | Mike Bayer | 2010-11-09 | 1 | -2/+2 |
| | * | - Implemented sequence check capability for the C | Mike Bayer | 2010-11-09 | 1 | -0/+8 |
| * | | - move deprecated interfaces down to bottom of TOC, update verbiage | Mike Bayer | 2010-11-10 | 1 | -24/+25 |
| * | | - merge tip | Mike Bayer | 2010-11-06 | 2 | -4/+4 |
| |\ \
| |/ |
|
| | * | - engine_from_config() now accepts 'debug' for | Mike Bayer | 2010-10-15 | 2 | -4/+4 |
| * | | merge tip | Mike Bayer | 2010-10-02 | 1 | -4/+4 |
| |\ \
| |/ |
|
| | * | - the logging message emitted by the engine when | Mike Bayer | 2010-09-21 | 1 | -1/+1 |
| | * | - Fixed a regression in 0.6.4 whereby the change that | Mike Bayer | 2010-09-16 | 1 | -3/+3 |
| * | | - reorganization | Mike Bayer | 2010-09-14 | 2 | -59/+6 |
| * | | - merge tip, 0.6.4 + 0.6.5 | Mike Bayer | 2010-09-14 | 3 | -37/+117 |
| |\ \
| |/ |
|