| Commit message (Expand) | Author | Age | Files | Lines |
| * | - fixes for some tests, staticpool | Mike Bayer | 2015-04-22 | 1 | -1/+1 |
| * | - ensure that info isn't blown away after the do_connect event | Mike Bayer | 2015-04-22 | 1 | -0/+38 |
| * | - add support for the connection record to be passed to the creator | Mike Bayer | 2015-04-22 | 1 | -4/+11 |
| * | - Added new flag :attr:`.ExceptionContext.invalidate_pool_on_disconnect`. | Mike Bayer | 2015-04-19 | 1 | -1/+42 |
| * | - Added new event :class:`.DialectEvents.do_connect`, which allows | Mike Bayer | 2015-04-18 | 1 | -0/+39 |
| * | - The "auto close" for :class:`.ResultProxy` is now a "soft" close. | Mike Bayer | 2015-03-17 | 1 | -0/+41 |
| * | - additional test adjustments for pypy / psycopg2cffi. This | Mike Bayer | 2015-01-26 | 1 | -24/+26 |
| * | Added psycopg2cffi dialect | Shaun Stanworth | 2015-01-26 | 1 | -1/+1 |
| * | - Added new user-space accessors for viewing transaction isolation | Mike Bayer | 2015-01-20 | 1 | -0/+21 |
| * | - rework the handle error on connect tests from test_parsconnect where | Mike Bayer | 2014-12-10 | 1 | -0/+245 |
| * | - control the module name of the exception here for py3k compat | Mike Bayer | 2014-10-19 | 1 | -7/+14 |
| * | - Exception messages have been spiffed up a bit. The SQL statement | Mike Bayer | 2014-10-17 | 1 | -3/+3 |
| * | - adjustment for ref #3200 as we need an immutabledict() here so | Mike Bayer | 2014-10-07 | 1 | -0/+12 |
| * | - The execution options passed to an :class:`.Engine` either via | Mike Bayer | 2014-10-06 | 1 | -0/+8 |
| * | - Fixed bug where a "branched" connection, that is the kind you get | Mike Bayer | 2014-09-26 | 1 | -0/+11 |
| * | - Fixed bug that affected generally the same classes of event | Mike Bayer | 2014-09-18 | 1 | -0/+42 |
| * | - pep8 cleanup | Mike Bayer | 2014-08-20 | 1 | -1/+0 |
| * | - The string keys that are used to determine the columns impacted | Mike Bayer | 2014-08-14 | 1 | -3/+45 |
| * | - workaround removal of nested() in py3k | Mike Bayer | 2014-07-30 | 1 | -1/+2 |
| * | pep8 cleanup | Mike Bayer | 2014-07-29 | 1 | -285/+342 |
| * | - The exception wrapping system for DBAPI errors can now accommodate | Mike Bayer | 2014-07-29 | 1 | -1/+26 |
| * | fix paren here | Mike Bayer | 2014-07-26 | 1 | -2/+3 |
| * | - The MySQL dialect will now disable :meth:`.ConnectionEvents.handle_error` | Mike Bayer | 2014-07-25 | 1 | -0/+28 |
| * | - add test support for disconnect modification | Mike Bayer | 2014-07-04 | 1 | -0/+25 |
| * | - rework the entire approach to #3076. As we need to catch all exceptions | Mike Bayer | 2014-07-04 | 1 | -125/+267 |
| * | - The mechanics of the :meth:`.ConnectionEvents.dbapi_error` handler | Mike Bayer | 2014-07-03 | 1 | -0/+111 |
| * | Fix many typos throughout the codebasepr/85 | Alex Gaynor | 2014-04-26 | 1 | -1/+1 |
| * | pickle of execption not supported on mysqlconnector | Mike Bayer | 2014-03-28 | 1 | -0/+2 |
| * | add some more mock structure so tricky DBAPIs like pypy work | Mike Bayer | 2014-03-24 | 1 | -0/+8 |
| * | - add some more rules to make sure all tests run if DBs are available | Mike Bayer | 2014-03-24 | 1 | -0/+1 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 1 | -234/+8 |
| * | - Added some new event mechanics for dialect-level events; the initial | Mike Bayer | 2014-03-24 | 1 | -1/+110 |
| * | - An event listener can now be associated with a :class:`.Engine`, | Mike Bayer | 2014-03-22 | 1 | -0/+33 |
| * | there's no "assert_call_count" on mock | Mike Bayer | 2014-03-22 | 1 | -9/+10 |
| * | - restore the old behavior of the connection pool replacing itself just | Mike Bayer | 2014-03-22 | 1 | -0/+12 |
| * | - The :meth:`.ConnectionEvents.after_cursor_execute` event is now | Mike Bayer | 2014-03-19 | 1 | -0/+42 |
| * | - The MySQL CAST compilation now takes into account aspects of a string | Mike Bayer | 2014-01-13 | 1 | -1/+1 |
| * | revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except... | Mike Bayer | 2014-01-13 | 1 | -1/+1 |
| * | new changelog | Mike Bayer | 2014-01-11 | 1 | -1/+1 |
| * | - these tests are really old but trying to make sure everything is closed out | Mike Bayer | 2014-01-05 | 1 | -40/+40 |
| * | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 1 | -8/+26 |
| * | -be more agnostic of quotes here | Mike Bayer | 2013-11-23 | 1 | -2/+2 |
| * | - Fixed bug where SQL statement would be improperly ASCII-encoded | Mike Bayer | 2013-11-22 | 1 | -2/+20 |
| * | - remove informix dialect, moved out to https://bitbucket.org/zzzeek/sqlalche... | Mike Bayer | 2013-11-17 | 1 | -4/+3 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -1/+0 |
| * | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 1 | -27/+27 |
| * | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -30/+110 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -10/+14 |
| * | fix test_execute w c extensions | Mike Bayer | 2013-05-26 | 1 | -4/+2 |
| * | test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3 | Mike Bayer | 2013-05-04 | 1 | -1/+2 |