summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* - [bug] Fixed bug in new "autoload_replace" flagMike Bayer2012-02-121-3/+6
* - add a context manager availble via Engine.begin()Mike Bayer2012-02-121-86/+195
* - [bug] A significant change to how labelingMike Bayer2012-02-052-9/+33
* - [feature] Added pool_reset_on_return argumentMike Bayer2012-02-012-1/+8
* - [feature] New reflection feature "autoload_replace";Mike Bayer2012-01-282-3/+5
* - [bug] Fixed bug in "mock" strategy wherebyMike Bayer2012-01-281-3/+3
* - adjust the test for [ticket:2377] to be less controversial onMike Bayer2012-01-221-11/+14
* - [bug] Fixed bug whereby a table-bound ColumnMike Bayer2012-01-221-10/+22
* happy new yearMike Bayer2012-01-047-7/+7
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-041-25/+66
* - [bug] Fixed bug whereby transaction.rollback()Mike Bayer2011-12-041-9/+15
* - [bug] Fixed bug whereby "order_by='foreign_key'"Mike Bayer2011-12-011-17/+10
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-291-8/+18
* - Added an exception catch + warning for theMike Bayer2011-10-151-13/+18
* - The entry point resolution supported byMike Bayer2011-09-241-2/+9
* - Improvement to multi-param statement logging,Mike Bayer2011-08-221-2/+2
* - classical mappingsMike Bayer2011-08-071-1/+1
* - rework tutorial to be all declarative, all the timeMike Bayer2011-08-062-0/+12
* - Context manager provided by Connection.begin()Mike Bayer2011-07-121-2/+5
* - fix up the invalidate on connect for py3kMike Bayer2011-07-061-2/+6
* - fix pypostgresql typo, [ticket:2185]Mike Bayer2011-07-041-11/+22
* - Failures on connect which raise dbapi.ErrorMike Bayer2011-07-011-1/+2
* - add docs about not using text() with session.execute()Mike Bayer2011-06-231-15/+56
* - Use urllib.parse_qsl() in Python 2.6 and above,Mike Bayer2011-06-211-4/+4
* - Adjusted the __contains__() method ofMike Bayer2011-06-041-8/+8
* - Unit tests pass 100% on MySQL installedMike Bayer2011-06-021-6/+0
* - Deprecate schema/SQL-oriented methods onMike Bayer2011-06-022-49/+265
* - metadata.reflect() and reflection.Inspector()Mike Bayer2011-04-231-4/+5
* grumpy fixMike Bayer2011-04-221-6/+20
* - move documentation of available execution options to Connection - this is t...Mike Bayer2011-04-171-3/+38
* - assume in py3k that description encoding is None unless the dialect reallyMike Bayer2011-04-081-7/+7
* - adjust the previous checkin a bit. need to transfer sequences over from pi...Mike Bayer2011-03-231-2/+2
* - some doc reorgMike Bayer2011-03-172-25/+25
* - Added accessors to ResultProxy "returns_rows", "is_insert"Mike Bayer2011-03-161-0/+26
* initial work on column reflectMike Bayer2011-03-141-4/+5
* corrected a bunch of spelling typosDiana Clarke2011-02-281-1/+1
* see #2060Diana Clarke2011-02-281-1/+2
* - rename EngineEvents to ConnectionEventsMike Bayer2011-02-173-134/+112
* - The Sequence() construct, when passed a MetaData()Mike Bayer2011-02-131-30/+72
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-0/+8
* - 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-093-13/+29
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-092-3/+3
* - apply optimizations to alternate row proxies, [ticket:1787]Mike Bayer2011-02-041-11/+23
* - new dialect for Drizzle [ticket:2003]Mike Bayer2011-01-261-0/+1
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-1/+1
* - execution_options() on Connection acceptsMike Bayer2011-01-161-4/+38
* - default_isolation_level is equal to isolation_level since it'sMike Bayer2011-01-161-4/+4
* - add dialect.reset_isolation_level(), revertsMike Bayer2011-01-162-0/+26
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-153-6/+25