| Commit message (Expand) | Author | Age | Files | Lines |
* | get profile 1a back down to 5100 calls, that one was 10% greater due to this | Mike Bayer | 2013-05-26 | 1 | -3/+3 |
* | use logging to output exc_info here | Mike Bayer | 2013-05-04 | 1 | -11/+5 |
* | - test_types, test_compiler, with sqlite at least | Mike Bayer | 2013-04-28 | 1 | -1/+3 |
* | plugging away | Mike Bayer | 2013-04-27 | 1 | -3/+3 |
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -11/+11 |
* | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -41/+25 |
* | Improvements to Connection auto-invalidation | Mike Bayer | 2013-04-11 | 1 | -24/+32 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | fixing broken links (see #2625) | Diana Clarke | 2012-12-06 | 1 | -7/+7 |
* | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 1 | -1/+1 |
* | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 1 | -2/+3 |
* | - an enormous merge just because I committed a one line log entry. the joy o... | Mike Bayer | 2012-11-20 | 1 | -38/+40 |
|\ |
|
| * | just a pep8 pass of lib/sqlalchemy/engine/ | Diana Clarke | 2012-11-19 | 1 | -38/+40 |
* | | should be logging this | Mike Bayer | 2012-11-20 | 1 | -0/+2 |
|/ |
|
* | - merge ben's patch with updates | Mike Bayer | 2012-11-17 | 1 | -1/+1 |
|\ |
|
| * | Updated sybase testing requirements | Benjamin Trofatter | 2012-10-31 | 1 | -1/+1 |
* | | The :meth:`.Connection.connect` and :meth:`.Connection.contextual_connect` | Mike Bayer | 2012-11-14 | 1 | -43/+38 |
|/ |
|
* | - more docs | Mike Bayer | 2012-10-26 | 1 | -1/+1 |
* | versionadded | Mike Bayer | 2012-10-25 | 1 | -2/+4 |
* | aaaarrrgg | Mike Bayer | 2012-10-23 | 1 | -1/+1 |
* | tweaks | Mike Bayer | 2012-10-23 | 1 | -1/+1 |
* | Added a new method :meth:`.Engine.execution_options` | Mike Bayer | 2012-10-23 | 1 | -16/+114 |
* | mssql: - [bug] Fixed bug where reflection of primary key constraint | Mike Bayer | 2012-09-30 | 1 | -0/+2 |
* | dev | Mike Bayer | 2012-09-29 | 1 | -2/+2 |
* | - fixes for mxODBC, some pyodbc | Mike Bayer | 2012-09-02 | 1 | -1/+3 |
* | - get all tests within -w engine + pyodbc:mssql on windows to pass | Mike Bayer | 2012-09-01 | 1 | -1/+3 |
* | - [feature] Added support for .info dictionary argument to | Mike Bayer | 2012-08-24 | 1 | -1/+9 |
* | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 1 | -55/+17 |
* | big rework of is_active and SessionTransaction docs | Mike Bayer | 2012-08-08 | 1 | -1/+0 |
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -1973/+8 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -7/+7 |
* | - [feature] Connection event listeners can | Mike Bayer | 2012-07-18 | 1 | -253/+308 |
* | - [bug] Fixed bug whereby if a database restart | Mike Bayer | 2012-06-22 | 1 | -1/+4 |
* | - [bug] Fixed bug whereby | Mike Bayer | 2012-06-22 | 1 | -2/+1 |
* | - [bug] The ResultProxy methods inserted_primary_key, | Mike Bayer | 2012-06-16 | 1 | -16/+81 |
* | - rewrite rowcount documentation to be as absolutely clear as possible | Mike Bayer | 2012-06-12 | 1 | -21/+49 |
* | sigh. go back to __iter__ because of silly rowproxy as argument requirement | Mike Bayer | 2012-06-11 | 1 | -2/+4 |
* | comments regarding this | Mike Bayer | 2012-06-11 | 1 | -0/+5 |
* | - [bug] Fixed bug affecting Py3K whereby | Mike Bayer | 2012-06-11 | 1 | -2/+2 |
* | Add some `Sphinx` paragraph level versions informations markups, | Mike Bayer | 2012-06-08 | 1 | -3/+5 |
* | - [feature] Added SQLite execution option | Mike Bayer | 2012-05-04 | 1 | -1/+1 |
* | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 1 | -8/+11 |
|\ |
|
| * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 1 | -13/+4 |
* | | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -12/+35 |
* | | - [bug] If conn.begin() fails when calling | Mike Bayer | 2012-04-12 | 1 | -1/+5 |
* | | - [feature] Added new connection event | Mike Bayer | 2012-04-10 | 1 | -0/+9 |
|/ |
|
* | typos in lib/sqlalchemy/engine | Diana Clarke | 2012-03-17 | 1 | -8/+8 |
* | - [bug] Fixed issue whereby attribute-based | Mike Bayer | 2012-03-14 | 1 | -1/+0 |
* | - [feature] Added "no_parameters=True" execution | Mike Bayer | 2012-02-13 | 1 | -5/+32 |
* | - add a context manager availble via Engine.begin() | Mike Bayer | 2012-02-12 | 1 | -86/+195 |