| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -16/+16 |
| * | Merged in nakagami/sqlalchemy/cymysql (pull request #42) | Mike Bayer | 2013-03-07 | 1 | -2/+2 |
| |\ |
|
| | * | test for cymysql | Hajime Nakagami | 2013-02-17 | 1 | -2/+2 |
| * | | - Fixed an import of "logging" in test_execute which was not | Mike Bayer | 2013-03-02 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | test_execute: import logging.handlers to fix AttributeError | Mike Gilbert | 2013-02-27 | 1 | -1/+1 |
| |/ |
|
| * | Added a new method :meth:`.Engine.execution_options` | Mike Bayer | 2012-10-23 | 1 | -2/+63 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -6/+7 |
| * | - got firebird running | Mike Bayer | 2012-09-23 | 1 | -5/+5 |
| * | finished fixes for mxodbc; need to use at least version 3.2.1 | Mike Bayer | 2012-09-21 | 1 | -3/+1 |
| * | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 1 | -6/+10 |
| * | - get all tests within -w engine + pyodbc:mssql on windows to pass | Mike Bayer | 2012-09-01 | 1 | -4/+4 |
| * | adjust this test which passes on some psycopg2s, fails on others, and we dont... | Mike Bayer | 2012-08-28 | 1 | -2/+2 |
| * | - [feature] The "required" flag is set to | Mike Bayer | 2012-08-27 | 1 | -6/+4 |
| * | future for with statement | Mike Bayer | 2012-08-24 | 1 | -0/+2 |
| * | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 1 | -1/+29 |
| * | - add new C extension "utils", so far includes distill_params | Mike Bayer | 2012-08-07 | 1 | -1/+1 |
| * | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -5/+5 |
| * | - [feature] Connection event listeners can | Mike Bayer | 2012-07-18 | 1 | -70/+113 |
| * | - [bug] The ResultProxy methods inserted_primary_key, | Mike Bayer | 2012-06-16 | 1 | -0/+54 |
| * | - [bug] Fixed bug affecting Py3K whereby | Mike Bayer | 2012-06-11 | 1 | -0/+33 |
| * | - [bug] If conn.begin() fails when calling | Mike Bayer | 2012-04-12 | 1 | -0/+17 |
| * | - [feature] Added new connection event | Mike Bayer | 2012-04-10 | 1 | -0/+17 |
| * | test failures | Mike Bayer | 2012-02-15 | 1 | -0/+2 |
| * | - [feature] Added "no_parameters=True" execution | Mike Bayer | 2012-02-13 | 1 | -0/+10 |
| * | - test failures. one in particular seems to be a weird oursql bug, oh well | Mike Bayer | 2012-02-12 | 1 | -0/+2 |
| * | - add a context manager availble via Engine.begin() | Mike Bayer | 2012-02-12 | 1 | -0/+134 |