| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - Added accessors to ResultProxy "returns_rows", "is_insert" | Mike Bayer | 2011-03-16 | 1 | -0/+26 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| * | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 1 | -123/+104 |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -0/+8 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -10/+23 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -2/+2 |
| * | - apply optimizations to alternate row proxies, [ticket:1787] | Mike Bayer | 2011-02-04 | 1 | -11/+23 |
| * | 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 |
| * | - add dialect.reset_isolation_level(), reverts | Mike Bayer | 2011-01-16 | 1 | -0/+15 |
| * | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -3/+17 |
| * | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -1/+1 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -172/+172 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -15/+15 |
| * | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -1/+2 |
| * | - apply pep8 to compiler.py | Mike Bayer | 2010-12-21 | 1 | -4/+7 |
| * | more inlines | Mike Bayer | 2010-12-19 | 1 | -12/+25 |
| * | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -3/+2 |
| * | do the mercurial dance (re-merge what I just merged...) | Mike Bayer | 2010-12-11 | 1 | -32/+17 |
| |\ |
|
| | * | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -13/+23 |
| | * | - initial stab at using executemany() for inserts in the ORM when possible | Mike Bayer | 2010-12-10 | 1 | -29/+4 |
| * | | [49145a6940062486a6eec66bfe5c9d95c5f76c7a] forgot the final arg to _handle_db... | Philip Jenvey | 2010-12-10 | 1 | -1/+2 |
| |/ |
|
| * | - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6. | Mike Bayer | 2010-12-05 | 1 | -168/+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 | 1 | -32/+56 |
| * | - ResultProxy and friends always reference the DBAPI connection at the same time | Mike Bayer | 2010-12-05 | 1 | -20/+34 |
| * | - fixes for PG, mysql, twophase | Mike Bayer | 2010-11-20 | 1 | -4/+4 |
| * | - 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-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 | 1 | -56/+3 |
| * | | - merge tip, 0.6.4 + 0.6.5 | Mike Bayer | 2010-09-14 | 1 | -17/+87 |
| |\ \
| |/ |
|
| | * | edits | Mike Bayer | 2010-09-08 | 1 | -4/+1 |
| | * | doc updates | Mike Bayer | 2010-09-06 | 1 | -1/+18 |
| | * | - rewrote the "connections" section | Mike Bayer | 2010-09-05 | 1 | -14/+57 |
| | * | roughly the finished product. | Mike Bayer | 2010-09-04 | 1 | -1/+14 |
| * | | merge from tip | Mike Bayer | 2010-09-03 | 1 | -14/+22 |
| |\ \
| |/ |
|
| | * | - replaced all self.__connection.is_valid with | Mike Bayer | 2010-08-26 | 1 | -14/+22 |
| * | | - moved out to on_before_execute, on_after_execute. not much option here, | Mike Bayer | 2010-08-29 | 1 | -30/+63 |
| * | | going back to the simple way, plus trying to make the engine thing simpler, a... | Mike Bayer | 2010-08-28 | 1 | -98/+76 |
| * | | - its probably worthwhile to make the primary listen() interface humane, i.e.: | Mike Bayer | 2010-08-27 | 1 | -17/+30 |
| * | | merge tip | Mike Bayer | 2010-08-14 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | get slightly better about deprecations in docstrings, tho this is kind of an ... | Mike Bayer | 2010-08-09 | 1 | -2/+2 |