| Commit message (Expand) | Author | Age | Files | Lines |
* | Reworked internal exception raises that emit | Mike Bayer | 2013-04-18 | 1 | -2/+0 |
* | - add an event to testing so that other dialects can intercept "test_needs_au... | Mike Bayer | 2013-03-24 | 1 | -0/+4 |
* | Fixed bug whereby a DBAPI that can return "0" | Mike Bayer | 2013-03-23 | 1 | -1/+1 |
* | The cx_oracle dialect will no longer run the bind parameter names | Mike Bayer | 2013-02-08 | 1 | -1/+3 |
* | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
* | internally at least refer to multirow as "multivalues", to distinguish between | Mike Bayer | 2012-12-08 | 1 | -1/+1 |
* | 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 | 1 | -16/+7 |
* | just a pep8 pass of lib/sqlalchemy/engine/ | Diana Clarke | 2012-11-19 | 1 | -2/+1 |
* | improve some autodoc links | Mike Bayer | 2012-10-31 | 1 | -2/+2 |
* | The long-deprecated and non-functional ``assert_unicode`` flag on | Mike Bayer | 2012-10-25 | 1 | -11/+1 |
* | - [feature] Various API tweaks to the "dialect" | Mike Bayer | 2012-10-08 | 1 | -0/+10 |
* | - 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 |
* | 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 | 1 | -1/+1 |
* | - break out engine/base.py into base, interfaces, result, util. | Mike Bayer | 2012-08-07 | 1 | -4/+4 |
* | more import cleanups | Mike Bayer | 2012-08-07 | 1 | -4/+5 |
* | - [feature] Connection event listeners can | Mike Bayer | 2012-07-18 | 1 | -18/+35 |
* | - a big renaming of all the _Underscore classes to have | Mike Bayer | 2012-07-17 | 1 | -21/+21 |
* | - [bug] The ResultProxy methods inserted_primary_key, | Mike Bayer | 2012-06-16 | 1 | -0/+2 |
* | - [feature] Added SQLite execution option | Mike Bayer | 2012-05-04 | 1 | -4/+4 |
* | - [feature] The behavior of column targeting | Mike Bayer | 2012-04-24 | 1 | -0/+3 |
* | typos in lib/sqlalchemy/engine | Diana Clarke | 2012-03-17 | 1 | -2/+2 |
* | - [feature] Added "no_parameters=True" execution | Mike Bayer | 2012-02-13 | 1 | -0/+7 |
* | - [bug] A significant change to how labeling | Mike Bayer | 2012-02-05 | 1 | -0/+5 |
* | - [feature] New reflection feature "autoload_replace"; | Mike Bayer | 2012-01-28 | 1 | -2/+2 |
* | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
* | - Added an exception catch + warning for the | Mike Bayer | 2011-10-15 | 1 | -13/+18 |
* | - assume in py3k that description encoding is None unless the dialect really | Mike Bayer | 2011-04-08 | 1 | -7/+7 |
* | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - add connection and cursor to is_disconnect(). We aren't using it yet, | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
* | - new dialect for Drizzle [ticket:2003] | Mike Bayer | 2011-01-26 | 1 | -0/+1 |
* | - default_isolation_level is equal to isolation_level since it's | Mike Bayer | 2011-01-16 | 1 | -4/+4 |
* | - add dialect.reset_isolation_level(), reverts | Mike Bayer | 2011-01-16 | 1 | -0/+11 |
* | - getting slightly more consistent behavior for the edge case of pk columns | Mike Bayer | 2011-01-15 | 1 | -2/+3 |
* | - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi... | Mike Bayer | 2011-01-15 | 1 | -26/+33 |
* | - A TypeDecorator of Integer can be used with a primary key | Mike Bayer | 2011-01-11 | 1 | -18/+30 |
* | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -75/+75 |
* | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -1/+1 |
* | py3k fixes | Mike Bayer | 2010-12-27 | 1 | -1/+2 |
* | - another heap of inlinings and now I really have to be done with this | Mike Bayer | 2010-12-21 | 1 | -9/+15 |
* | more inlines | Mike Bayer | 2010-12-19 | 1 | -25/+25 |
* | establish default for returns_unicode_strings in py3k | Mike Bayer | 2010-12-19 | 1 | -0/+2 |
* | - duh, compiled is per dialect | Mike Bayer | 2010-12-19 | 1 | -1/+1 |
* | - fixes for mysql and I'm ready to replace this whole adapt() business with a... | Mike Bayer | 2010-12-14 | 1 | -2/+4 |
* | - system to cache the bind/result processors in a dialect-wide registry. | Mike Bayer | 2010-12-13 | 1 | -1/+4 |
* | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl? | Mike Bayer | 2010-12-13 | 1 | -17/+8 |
* | - another easy win, cache the calc of bind processors in the compiled object | Mike Bayer | 2010-12-12 | 1 | -7/+2 |
* | - clean up the batch insert thing | Mike Bayer | 2010-12-11 | 1 | -49/+16 |