| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | - [feature] The "deferred declarative | Mike Bayer | 2012-05-17 | 1 | -0/+3 |
| * | docuemnt mock strategy, [ticket:2439] | Mike Bayer | 2012-05-04 | 1 | -2/+11 |
| * | - [feature] Added SQLite execution option | Mike Bayer | 2012-05-04 | 2 | -5/+5 |
| * | - [feature] Inspector.get_primary_keys() is | Mike Bayer | 2012-04-24 | 2 | -22/+22 |
| |\ |
|
| | * | deprecate inspector.get_primary_keys() in favor of inspector.get_pk_constraint() | Diana Clarke | 2012-04-02 | 3 | -30/+12 |
| * | | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 3 | -12/+44 |
| * | | - [feature] Added a new system | Mike Bayer | 2012-04-24 | 1 | -42/+15 |
| * | | - [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 | -1/+6 |
| |\ \ |
|
| | * | | begin implementing inspection system for #2208 | Mike Bayer | 2012-04-03 | 1 | -1/+6 |
| | |/ |
|
| * | | - [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 | 3 | -13/+13 |
| * | - [bug] Fixed issue whereby attribute-based | Mike Bayer | 2012-03-14 | 1 | -1/+0 |
| * | - [bug] Added execution_options() call to | Mike Bayer | 2012-02-13 | 1 | -0/+3 |