| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - add a context manager availble via Engine.begin() | Mike Bayer | 2012-02-12 | 1 | -86/+195 |
| * | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -9/+28 |
| * | - adjust the test for [ticket:2377] to be less controversial on | Mike Bayer | 2012-01-22 | 1 | -11/+14 |
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -10/+22 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - [bug] Fixed bug whereby transaction.rollback() | Mike Bayer | 2011-12-04 | 1 | -9/+15 |
| * | - Improvement to multi-param statement logging, | Mike Bayer | 2011-08-22 | 1 | -2/+2 |
| * | - classical mappings | Mike Bayer | 2011-08-07 | 1 | -1/+1 |
| * | - rework tutorial to be all declarative, all the time | Mike Bayer | 2011-08-06 | 1 | -0/+6 |
| * | - Context manager provided by Connection.begin() | Mike Bayer | 2011-07-12 | 1 | -2/+5 |
| * | - add docs about not using text() with session.execute() | Mike Bayer | 2011-06-23 | 1 | -15/+56 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -8/+8 |
| * | - Deprecate schema/SQL-oriented methods on | Mike Bayer | 2011-06-02 | 1 | -49/+258 |
| * | grumpy fix | Mike Bayer | 2011-04-22 | 1 | -6/+20 |
| * | - move documentation of available execution options to Connection - this is t... | Mike Bayer | 2011-04-17 | 1 | -3/+38 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 1 | -23/+23 |
| * | - 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 |