| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | - 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 |
| |/ |
|
| * | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -3/+3 |
| * | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -5/+73 |
| * | The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect` | Mike Bayer | 2012-11-14 | 1 | -1/+24 |
| * | Fixed :meth:`.MetaData.reflect` to correctly use | Mike Bayer | 2012-11-14 | 1 | -10/+37 |
| * | Added a new method :meth:`.Engine.execution_options` | Mike Bayer | 2012-10-23 | 1 | -2/+63 |
| * | - test updates | Mike Bayer | 2012-10-04 | 1 | -5/+7 |
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -317/+0 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 9 | -44/+49 |
| * | - 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 |
| * | - add req's for predictable gc | Mike Bayer | 2012-09-05 | 1 | -0/+2 |
| * | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 1 | -6/+10 |
| * | with statement | Mike Bayer | 2012-09-01 | 1 | -0/+1 |
| * | - get all tests within -w engine + pyodbc:mssql on windows to pass | Mike Bayer | 2012-09-01 | 2 | -17/+24 |
| * | 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 |
| * | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -1/+1 |
| * | 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 | 2 | -10/+118 |
| * | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 2 | -8/+8 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 5 | -69/+69 |
| * | - [feature] Connection event listeners can | Mike Bayer | 2012-07-18 | 1 | -70/+113 |
| * | try to loosen the times up here to reduce failures due to latency | Mike Bayer | 2012-07-17 | 1 | -18/+18 |
| * | notify_all workaround for 2.5 | Mike Bayer | 2012-06-25 | 1 | -0/+1 |
| * | - change notify to notify_all() so all waiters exit immediately, | Mike Bayer | 2012-06-25 | 1 | -6/+39 |
| * | - [bug] Fixed bug whereby if a database restart | Mike Bayer | 2012-06-22 | 1 | -0/+27 |
| * | - [bug] Fixed bug whereby | Mike Bayer | 2012-06-22 | 1 | -0/+63 |
| * | - [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 |
| * | - [feature] The "deferred declarative | Mike Bayer | 2012-05-17 | 1 | -1/+50 |
| * | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -16/+30 |
| |\ |
|
| | * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -17/+30 |
| * | | - [feature] Added a new system | Mike Bayer | 2012-04-24 | 1 | -0/+39 |
| * | | - [feature] The column_reflect event now | Mike Bayer | 2012-04-24 | 1 | -1/+1 |
| * | | merge patch for [ticket:2208]. This still needs documentation. | Mike Bayer | 2012-04-23 | 1 | -16/+13 |
| |\ \ |
|
| | * | | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -16/+13 |
| | |/ |
|
| * | | - [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 |
| |/ |
|
| * | cleanup test_processors, modeling the PEP 399 style | Philip Jenvey | 2012-03-07 | 1 | -72/+25 |
| * | 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 |
| * | - [feature] Added support for the "isolation_level" | Mike Bayer | 2012-02-12 | 1 | -27/+65 |
| * | - [bug] Fixed bug in new "autoload_replace" flag | Mike Bayer | 2012-02-12 | 1 | -1/+13 |
| * | - add a context manager availble via Engine.begin() | Mike Bayer | 2012-02-12 | 1 | -0/+134 |
| * | - [feature] Added pool_reset_on_return argument | Mike Bayer | 2012-02-01 | 1 | -3/+24 |
| * | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 1 | -0/+42 |