summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/strategies.py
Commit message (Expand)AuthorAgeFilesLines
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-091-1/+2
* - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-301-1/+0
* - Added a new keyword argument ``once=True`` to :func:`.event.listen`Mike Bayer2014-03-111-2/+1
* - happy new yearMike Bayer2014-01-051-1/+1
* - The :func:`.engine_from_config` function has been improved so thatMike Bayer2013-12-071-8/+17
* - A DBAPI that raises an error on ``connect()`` which is not a subclassMike Bayer2013-12-071-1/+1
* Dialect.initialize() is not called a second time if an :class:`.Engine`Mike Bayer2013-07-111-0/+1
* - refactor pool a bit so that intent between ConnectionRecord/ConnectionFairy...Mike Bayer2013-07-021-7/+2
* import of "sqlalchemy" and "sqlalchemy.orm" works.Mike Bayer2013-04-271-13/+6
* - the raw 2to3 runMike Bayer2013-04-271-12/+13
* happy new year (see #2645)Diana Clarke2013-01-011-1/+1
* just a pep8 pass of lib/sqlalchemy/engine/Diana Clarke2012-11-191-14/+16
* -whitespace bonanza, contdMike Bayer2012-07-281-3/+3
* typos in lib/sqlalchemy/engineDiana Clarke2012-03-171-3/+3
* - [bug] Added execution_options() call toMike Bayer2012-02-131-0/+3
* - [feature] Added pool_reset_on_return argumentMike Bayer2012-02-011-1/+2
* - [bug] Fixed bug in "mock" strategy wherebyMike Bayer2012-01-281-3/+3
* happy new yearMike Bayer2012-01-041-1/+1
* - fix up the invalidate on connect for py3kMike Bayer2011-07-061-2/+6
* - Failures on connect which raise dbapi.ErrorMike Bayer2011-07-011-1/+2
* - Deprecate schema/SQL-oriented methods onMike Bayer2011-06-021-0/+7
* - rename EngineEvents to ConnectionEventsMike Bayer2011-02-171-0/+7
* - py3k fix regarding new exception systemMike Bayer2011-02-091-1/+1
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-2/+5
* - whitespace removal bonanzaMike Bayer2011-01-021-11/+11
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-0/+6
* - removes the "on_" prefix.Mike Bayer2010-12-301-3/+3
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-011-3/+3
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-281-6/+3
* - fixes for PG, mysql, twophaseMike Bayer2010-11-201-0/+1
* going back to the simple way, plus trying to make the engine thing simpler, a...Mike Bayer2010-08-281-3/+3
* - its probably worthwhile to make the primary listen() interface humane, i.e.:Mike Bayer2010-08-271-3/+3
* - worked it out so that classes declare a nested class "event",Mike Bayer2010-07-241-8/+9
* - The visit_pool() method of Dialect is removed, and replaced withMike Bayer2010-03-151-2/+10
* - Added "logging_name" argument to create_engine(), Pool() constructorMike Bayer2010-03-131-1/+2
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-261-9/+6
* merge 0.6 series to trunk.Mike Bayer2009-08-061-41/+49
* - merged -r5338:5429 of sphinx branch.Mike Bayer2008-12-061-1/+1
* - Mock engines take on the .name of their dialect. [ticket:1123]Jason Kirtland2008-08-151-10/+11
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-1/+1
* pool_threadlocal is off by default [ticket:1049]Mike Bayer2008-05-191-1/+1
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-3/+3
* introductory docstring bonanzaMike Bayer2007-12-181-5/+8
* - added partial index support for postgresAnts Aasma2007-09-291-2/+2
* - merged inline inserts branchMike Bayer2007-09-011-1/+1
* pool_threadlocal on by defaultMike Bayer2007-08-201-1/+1
* - Engine and TLEngine assume "threadlocal" behavior on Pool; both use connect()Mike Bayer2007-08-201-2/+3
* - Connection.begin() no longer accepts nested=True, a possible source of conf...Jason Kirtland2007-08-191-16/+38
* Added an exception hierarchy shadowing DB-API exc typesJason Kirtland2007-08-111-1/+1
* switch (simple) occurences of 'if len(x)' to 'if x': find . -name '*.py' |xar...Jonathan Ellis2007-08-031-1/+1