summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* - NullPool is now used by default for SQLite file-Mike Bayer2010-11-282-7/+8
* - fixes for PG, mysql, twophaseMike Bayer2010-11-202-4/+5
* - logging has been overhauled such that engines no longer need to encode theMike Bayer2010-11-201-1/+1
|\
| * - initial patch for [ticket:1926]Mike Bayer2010-11-171-1/+1
* | merge tipMike Bayer2010-11-131-0/+8
|\ \ | |/
| * - and fix everything from the last checkin that breaks on py 2.4, 2.5Mike Bayer2010-11-091-2/+2
| * - Implemented sequence check capability for the CMike Bayer2010-11-091-0/+8
* | - move deprecated interfaces down to bottom of TOC, update verbiageMike Bayer2010-11-101-24/+25
* | - merge tipMike Bayer2010-11-062-4/+4
|\ \ | |/
| * - engine_from_config() now accepts 'debug' forMike Bayer2010-10-152-4/+4
* | merge tipMike Bayer2010-10-021-4/+4
|\ \ | |/
| * - the logging message emitted by the engine whenMike Bayer2010-09-211-1/+1
| * - Fixed a regression in 0.6.4 whereby the change thatMike Bayer2010-09-161-3/+3
* | - reorganizationMike Bayer2010-09-142-59/+6
* | - merge tip, 0.6.4 + 0.6.5Mike Bayer2010-09-143-37/+117
|\ \ | |/