| Commit message (Expand) | Author | Age | Files | Lines |
| * | - 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 |
| * | fix a few py3k bugs | Mike Bayer | 2012-01-28 | 1 | -1/+1 |
| * | - [bug] Fixed bug in "mock" strategy whereby | Mike Bayer | 2012-01-28 | 1 | -1/+30 |
| * | exception pickling fails on cx_oracle | Mike Bayer | 2012-01-22 | 1 | -0/+3 |
| * | - [bug] Fixed bug whereby a table-bound Column | Mike Bayer | 2012-01-22 | 1 | -2/+2 |
| * | another serializable for [ticket:2371] | Mike Bayer | 2012-01-12 | 1 | -1/+2 |
| * | further fixes for column/table errors | Mike Bayer | 2012-01-11 | 1 | -6/+9 |
| * | some adjustments for py3k | Mike Bayer | 2012-01-11 | 1 | -4/+6 |
| * | fix failures for oursql, python 2.4 | Mike Bayer | 2012-01-11 | 1 | -4/+7 |
| * | - [bug] Added __reduce__ to StatementError, | Mike Bayer | 2012-01-10 | 1 | -0/+37 |
| * | fix this test for oursql | Mike Bayer | 2011-10-15 | 1 | -2/+2 |
| * | - Added an exception catch + warning for the | Mike Bayer | 2011-10-15 | 1 | -0/+15 |
| * | - Improvement to multi-param statement logging, | Mike Bayer | 2011-08-22 | 1 | -1/+80 |
| * | if python 2.4, have DontWrapException be old style | Mike Bayer | 2011-06-26 | 1 | -1/+0 |
| * | - Added mixin class sqlalchemy.ext.DontWrapMixin. | Mike Bayer | 2011-06-22 | 1 | -1/+28 |
| * | - given that Oracle's issue is not just open connections, but *closed* ones t... | Mike Bayer | 2011-05-09 | 1 | -0/+7 |
| * | - hardcore force every connection into a strong-referenced set, rollback on e... | Mike Bayer | 2011-04-25 | 1 | -8/+10 |
| * | - this passes --mockpool for test_execute 100% with pypy. still makes test_r... | Mike Bayer | 2011-04-22 | 1 | -9/+9 |
| * | - ensure test_execute passes with --mockpool | Mike Bayer | 2011-04-22 | 1 | -6/+43 |