| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | fixing broken links (see #2625) | Diana Clarke | 2012-12-05 | 2 | -9/+9 |
| * | | compiler: add support for multirow inserts | Idan Kamara | 2012-12-06 | 1 | -0/+1 |
| |/ |
|
| * | - recognize that do_rollback() and do_commit() work with a DBAPI connection, | Mike Bayer | 2012-11-22 | 3 | -38/+116 |
| * | - an enormous merge just because I committed a one line log entry. the joy o... | Mike Bayer | 2012-11-20 | 11 | -127/+169 |
| |\ |
|
| | * | just a pep8 pass of lib/sqlalchemy/engine/ | Diana Clarke | 2012-11-19 | 11 | -127/+169 |
| * | | 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 |
| * | | improve some autodoc links | Mike Bayer | 2012-10-31 | 2 | -7/+7 |
| |/ |
|
| * | - more docs | Mike Bayer | 2012-10-26 | 2 | -2/+2 |
| * | versionadded | Mike Bayer | 2012-10-25 | 1 | -2/+4 |
| * | The long-deprecated and non-functional ``assert_unicode`` flag on | Mike Bayer | 2012-10-25 | 2 | -17/+1 |
| * | version note | Mike Bayer | 2012-10-24 | 1 | -0/+3 |
| * | Fixed bug where keyword arguments passed to | Mike Bayer | 2012-10-24 | 1 | -2/+6 |
| * | 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 |
| * | - [feature] The Query can now load entity/scalar-mixed | Mike Bayer | 2012-10-15 | 1 | -2/+6 |
| * | - [feature] Various API tweaks to the "dialect" | Mike Bayer | 2012-10-08 | 2 | -1/+11 |
| * | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 1 | -3/+3 |
| * | - don't call get_lastrowid() on explicit returning | Mike Bayer | 2012-10-04 | 1 | -0/+1 |
| * | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 1 | -9/+24 |
| * | mssql: - [bug] Fixed bug where reflection of primary key constraint | Mike Bayer | 2012-09-30 | 2 | -3/+4 |
| * | dev | Mike Bayer | 2012-09-29 | 1 | -2/+2 |
| * | - [bug] Adjusted column default reflection code to | Mike Bayer | 2012-09-23 | 1 | -1/+1 |
| * | - 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 |
| * | small tweaks to make insert() behavior more consistent, mostly tests, [ticket... | Mike Bayer | 2012-08-23 | 1 | -1/+1 |
| * | - [feature] The before_cursor_execute event | Mike Bayer | 2012-08-23 | 2 | -56/+18 |
| * | - [bug] Fixed cextension bug whereby the | Mike Bayer | 2012-08-22 | 1 | -1/+1 |
| * | - update engine docstrings due to move | Mike Bayer | 2012-08-13 | 2 | -5/+5 |
| * | big rework of is_active and SessionTransaction docs | Mike Bayer | 2012-08-08 | 1 | -1/+0 |
| * | - another import fix | Mike Bayer | 2012-08-07 | 1 | -0/+1 |
| * | - add new C extension "utils", so far includes distill_params | Mike Bayer | 2012-08-07 | 1 | -40/+48 |
| * | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 8 | -2037/+1963 |
| * | more import cleanups | Mike Bayer | 2012-08-07 | 6 | -28/+29 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 4 | -61/+61 |
| * | - [feature] Connection event listeners can | Mike Bayer | 2012-07-18 | 2 | -271/+343 |
| * | - document the inspection system | Mike Bayer | 2012-07-18 | 1 | -16/+23 |
| * | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -21/+21 |
| * | - [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 | 2 | -16/+83 |
| * | - 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 | 2 | -7/+13 |