summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-132-20/+10
* - another easy win, cache the calc of bind processors in the compiled objectMike Bayer2010-12-121-7/+2
* do the mercurial dance (re-merge what I just merged...)Mike Bayer2010-12-112-60/+38
|\
| * - clean up the batch insert thingMike Bayer2010-12-112-62/+39
| * - initial stab at using executemany() for inserts in the ORM when possibleMike Bayer2010-12-102-46/+47
* | [49145a6940062486a6eec66bfe5c9d95c5f76c7a] forgot the final arg to _handle_db...Philip Jenvey2010-12-101-1/+2
|/
* - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:...Mike Bayer2010-12-091-3/+6
* - Threadlocal engine methods rollback(), commit(),Mike Bayer2010-12-081-1/+7
* - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6.Mike Bayer2010-12-052-170/+165
* - reduce some pool overheadMike Bayer2010-12-051-6/+1
* - inline the various construction methods of DefaultExecutionContext. ThisMike Bayer2010-12-052-186/+246
* - ResultProxy and friends always reference the DBAPI connection at the same timeMike Bayer2010-12-052-21/+35
* new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-012-5/+5