summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - the _pk_processors/_prefetch_processors approach relied upon calling RPs wi...Mike Bayer2011-01-151-26/+33
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-112-19/+31
* crappy docs, lets try that againMike Bayer2011-01-081-9/+8
* - merge r43460573c27a:4993c7eae8e5d117ff342bdc59f3b0635b898e2c of 0.6 branchMike Bayer2011-01-082-0/+22
* - whitespace removal bonanzaMike Bayer2011-01-028-316/+316
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-028-4/+28
* - removes the "on_" prefix.Mike Bayer2010-12-303-26/+26
* - they don't want "on_". First step, change the naming convention on EventsMike Bayer2010-12-301-2/+2
* py3k fixesMike Bayer2010-12-271-1/+2
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-212-10/+17
* - apply pep8 to compiler.pyMike Bayer2010-12-211-4/+7
* more inlinesMike Bayer2010-12-192-37/+50
* establish default for returns_unicode_strings in py3kMike Bayer2010-12-191-0/+2
* - duh, compiled is per dialectMike Bayer2010-12-191-1/+1
* - fixes for mysql and I'm ready to replace this whole adapt() business with a...Mike Bayer2010-12-141-2/+4
* - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-131-1/+4