| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | test_execute up for sqlite, pg, oursql, mysql 2.7 + 3.3 | Mike Bayer | 2013-05-04 | 1 | -1/+2 |
| * | | merge default | Mike Bayer | 2013-04-30 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | missing comma | Mike Bayer | 2013-04-30 | 1 | -2/+2 |
| * | | merge default | Mike Bayer | 2013-04-29 | 1 | -13/+6 |
| |\ \
| |/ |
|
| | * | Updated mysqlconnector dialect to check for disconnect based | Mike Bayer | 2013-04-29 | 1 | -13/+6 |
| * | | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 10 | -75/+75 |
| |/ |
|
| * | - test + changelog for [ticket:2691] | Mike Bayer | 2013-04-18 | 1 | -1/+23 |
| * | Improvements to Connection auto-invalidation | Mike Bayer | 2013-04-11 | 1 | -14/+122 |
| * | Merged in nakagami/sqlalchemy/cymysql (pull request #42) | Mike Bayer | 2013-03-07 | 3 | -2/+6 |
| |\ |
|
| | * | fix decorator position | Hajime Nakagami | 2013-03-02 | 1 | -1/+1 |
| | * | mymysql dialect | Hajime Nakagami | 2013-03-01 | 1 | -0/+3 |
| | * | avoid drop table in mysql+cymysql test because of deadlock | Hajime Nakagami | 2013-02-22 | 1 | -0/+1 |
| | * | test for cymysql | Hajime Nakagami | 2013-02-17 | 1 | -2/+2 |
| * | | - :meth:`.MetaData.create_all` and :meth:`.MetaData.drop_all` will | Mike Bayer | 2013-03-02 | 1 | -0/+184 |
| * | | - 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 |