| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | - [bug] Fixed bug in new "autoload_replace" flag | Mike Bayer | 2012-02-12 | 1 | -3/+6 |
| * | - 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 | 2 | -9/+33 |
| * | - [feature] Added pool_reset_on_return argument | Mike Bayer | 2012-02-01 | 2 | -1/+8 |
| * | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 2 | -3/+5 |
| * | - [bug] Fixed bug in "mock" strategy whereby | Mike Bayer | 2012-01-28 | 1 | -3/+3 |
| * | - 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 | 7 | -7/+7 |
| * | marathon doc updating session including a rewrite of unicode paragraphs | Mike Bayer | 2011-12-04 | 1 | -25/+66 |
| * | - [bug] Fixed bug whereby transaction.rollback() | Mike Bayer | 2011-12-04 | 1 | -9/+15 |
| * | - [bug] Fixed bug whereby "order_by='foreign_key'" | Mike Bayer | 2011-12-01 | 1 | -17/+10 |
| * | - [bug] Postgresql dialect memoizes that an ENUM of a | Mike Bayer | 2011-10-29 | 1 | -8/+18 |
| * | - Added an exception catch + warning for the | Mike Bayer | 2011-10-15 | 1 | -13/+18 |
| * | - The entry point resolution supported by | Mike Bayer | 2011-09-24 | 1 | -2/+9 |
| * | - 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 | 2 | -0/+12 |
| * | - Context manager provided by Connection.begin() | Mike Bayer | 2011-07-12 | 1 | -2/+5 |
| * | - fix up the invalidate on connect for py3k | Mike Bayer | 2011-07-06 | 1 | -2/+6 |
| * | - fix pypostgresql typo, [ticket:2185] | Mike Bayer | 2011-07-04 | 1 | -11/+22 |
| * | - Failures on connect which raise dbapi.Error | Mike Bayer | 2011-07-01 | 1 | -1/+2 |
| * | - add docs about not using text() with session.execute() | Mike Bayer | 2011-06-23 | 1 | -15/+56 |
| * | - Use urllib.parse_qsl() in Python 2.6 and above, | Mike Bayer | 2011-06-21 | 1 | -4/+4 |
| * | - Adjusted the __contains__() method of | Mike Bayer | 2011-06-04 | 1 | -8/+8 |
| * | - Unit tests pass 100% on MySQL installed | Mike Bayer | 2011-06-02 | 1 | -6/+0 |
| * | - Deprecate schema/SQL-oriented methods on | Mike Bayer | 2011-06-02 | 2 | -49/+265 |
| * | - metadata.reflect() and reflection.Inspector() | Mike Bayer | 2011-04-23 | 1 | -4/+5 |
| * | 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 |
| * | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -7/+7 |
| * | - adjust the previous checkin a bit. need to transfer sequences over from pi... | Mike Bayer | 2011-03-23 | 1 | -2/+2 |
| * | - some doc reorg | Mike Bayer | 2011-03-17 | 2 | -25/+25 |
| * | - Added accessors to ResultProxy "returns_rows", "is_insert" | Mike Bayer | 2011-03-16 | 1 | -0/+26 |
| * | initial work on column reflect | Mike Bayer | 2011-03-14 | 1 | -4/+5 |
| * | corrected a bunch of spelling typos | Diana Clarke | 2011-02-28 | 1 | -1/+1 |
| * | see #2060 | Diana Clarke | 2011-02-28 | 1 | -1/+2 |
| * | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 3 | -134/+112 |
| * | - The Sequence() construct, when passed a MetaData() | Mike Bayer | 2011-02-13 | 1 | -30/+72 |
| * | - Added over() function, method to FunctionElement | Mike Bayer | 2011-02-10 | 1 | -0/+8 |
| * | - py3k fix regarding new exception system | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 3 | -13/+29 |
| * | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 2 | -3/+3 |
| * | - apply optimizations to alternate row proxies, [ticket:1787] | Mike Bayer | 2011-02-04 | 1 | -11/+23 |
| * | - 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 |