| Commit message (Expand) | Author | Age | Files | Lines |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - The :func:`.engine_from_config` function has been improved so that | Mike Bayer | 2013-12-07 | 1 | -8/+17 |
| * | - A DBAPI that raises an error on ``connect()`` which is not a subclass | Mike Bayer | 2013-12-07 | 1 | -1/+1 |
| * | Dialect.initialize() is not called a second time if an :class:`.Engine` | Mike Bayer | 2013-07-11 | 1 | -0/+1 |
| * | - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy... | Mike Bayer | 2013-07-02 | 1 | -7/+2 |
| * | import of "sqlalchemy" and "sqlalchemy.orm" works. | Mike Bayer | 2013-04-27 | 1 | -13/+6 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -12/+13 |
| * | happy new year (see #2645) | Diana Clarke | 2013-01-01 | 1 | -1/+1 |
| * | just a pep8 pass of lib/sqlalchemy/engine/ | Diana Clarke | 2012-11-19 | 1 | -14/+16 |
| * | -whitespace bonanza, contd | Mike Bayer | 2012-07-28 | 1 | -3/+3 |
| * | typos in lib/sqlalchemy/engine | Diana Clarke | 2012-03-17 | 1 | -3/+3 |
| * | - [bug] Added execution_options() call to | Mike Bayer | 2012-02-13 | 1 | -0/+3 |
| * | - [feature] Added pool_reset_on_return argument | Mike Bayer | 2012-02-01 | 1 | -1/+2 |
| * | - [bug] Fixed bug in "mock" strategy whereby | Mike Bayer | 2012-01-28 | 1 | -3/+3 |
| * | happy new year | Mike Bayer | 2012-01-04 | 1 | -1/+1 |
| * | - fix up the invalidate on connect for py3k | Mike Bayer | 2011-07-06 | 1 | -2/+6 |
| * | - Failures on connect which raise dbapi.Error | Mike Bayer | 2011-07-01 | 1 | -1/+2 |
| * | - Deprecate schema/SQL-oriented methods on | Mike Bayer | 2011-06-02 | 1 | -0/+7 |
| * | - rename EngineEvents to ConnectionEvents | Mike Bayer | 2011-02-17 | 1 | -0/+7 |
| * | - py3k fix regarding new exception system | Mike Bayer | 2011-02-09 | 1 | -1/+1 |
| * | - Non-DBAPI errors which occur in the scope of an `execute()` | Mike Bayer | 2011-02-09 | 1 | -2/+5 |
| * | - whitespace removal bonanza | Mike Bayer | 2011-01-02 | 1 | -11/+11 |
| * | - clean up copyright, update for 2011, stamp every file with | Mike Bayer | 2011-01-02 | 1 | -0/+6 |
| * | - removes the "on_" prefix. | Mike Bayer | 2010-12-30 | 1 | -3/+3 |
| * | new calling style: event.listen(target, identifier, fn) | Mike Bayer | 2010-12-01 | 1 | -3/+3 |
| * | - NullPool is now used by default for SQLite file- | Mike Bayer | 2010-11-28 | 1 | -6/+3 |
| * | - fixes for PG, mysql, twophase | Mike Bayer | 2010-11-20 | 1 | -0/+1 |
| * | going back to the simple way, plus trying to make the engine thing simpler, a... | Mike Bayer | 2010-08-28 | 1 | -3/+3 |
| * | - its probably worthwhile to make the primary listen() interface humane, i.e.: | Mike Bayer | 2010-08-27 | 1 | -3/+3 |
| * | - worked it out so that classes declare a nested class "event", | Mike Bayer | 2010-07-24 | 1 | -8/+9 |
| * | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 1 | -2/+10 |
| * | - Added "logging_name" argument to create_engine(), Pool() constructor | Mike Bayer | 2010-03-13 | 1 | -1/+2 |
| * | - The psycopg2 dialect now uses psycopg2's "unicode extension" | Mike Bayer | 2009-10-26 | 1 | -9/+6 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -41/+49 |
| * | - merged -r5338:5429 of sphinx branch. | Mike Bayer | 2008-12-06 | 1 | -1/+1 |
| * | - Mock engines take on the .name of their dialect. [ticket:1123] | Jason Kirtland | 2008-08-15 | 1 | -10/+11 |
| * | And thus ends support for Python 2.3. | Jason Kirtland | 2008-07-15 | 1 | -1/+1 |
| * | pool_threadlocal is off by default [ticket:1049] | Mike Bayer | 2008-05-19 | 1 | -1/+1 |
| * | r4695 merged to trunk; trunk now becomes 0.5. | Mike Bayer | 2008-05-09 | 1 | -3/+3 |
| * | introductory docstring bonanza | Mike Bayer | 2007-12-18 | 1 | -5/+8 |
| * | - added partial index support for postgres | Ants Aasma | 2007-09-29 | 1 | -2/+2 |
| * | - merged inline inserts branch | Mike Bayer | 2007-09-01 | 1 | -1/+1 |
| * | pool_threadlocal on by default | Mike Bayer | 2007-08-20 | 1 | -1/+1 |
| * | - Engine and TLEngine assume "threadlocal" behavior on Pool; both use connect() | Mike Bayer | 2007-08-20 | 1 | -2/+3 |
| * | - Connection.begin() no longer accepts nested=True, a possible source of conf... | Jason Kirtland | 2007-08-19 | 1 | -16/+38 |
| * | Added an exception hierarchy shadowing DB-API exc types | Jason Kirtland | 2007-08-11 | 1 | -1/+1 |
| * | switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar... | Jonathan Ellis | 2007-08-03 | 1 | -1/+1 |
| * | Tweak 'poolclass' default arg processing [ticket:437] | Jason Kirtland | 2007-08-01 | 1 | -1/+2 |
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena... | Mike Bayer | 2007-07-27 | 1 | -17/+4 |
| * | - added 'url' attribute to Engine | Mike Bayer | 2007-04-29 | 1 | -6/+6 |