| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | 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 |
| * | - [bug] Improved error messages when a non-string | Mike Bayer | 2012-01-22 | 1 | -0/+107 |
| * | 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 |
| * | - [bug] the "name" of an FK constraint in SQLite | Mike Bayer | 2012-01-07 | 1 | -2/+10 |