summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/engine/base.py
Commit message (Expand)AuthorAgeFilesLines
...
* - Added over() function, method to FunctionElementMike Bayer2011-02-101-0/+8
* - Non-DBAPI errors which occur in the scope of an `execute()`Mike Bayer2011-02-091-10/+23
* - add connection and cursor to is_disconnect(). We aren't using it yet,Mike Bayer2011-02-091-2/+2
* - apply optimizations to alternate row proxies, [ticket:1787]Mike Bayer2011-02-041-11/+23
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-1/+1
* - execution_options() on Connection acceptsMike Bayer2011-01-161-4/+38
* - add dialect.reset_isolation_level(), revertsMike Bayer2011-01-161-0/+15
* - getting slightly more consistent behavior for the edge case of pk columnsMike Bayer2011-01-151-3/+17
* - A TypeDecorator of Integer can be used with a primary keyMike Bayer2011-01-111-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-172/+172
* - clean up copyright, update for 2011, stamp every file withMike Bayer2011-01-021-1/+1
* - removes the "on_" prefix.Mike Bayer2010-12-301-15/+15
* - another heap of inlinings and now I really have to be done with thisMike Bayer2010-12-211-1/+2
* - apply pep8 to compiler.pyMike Bayer2010-12-211-4/+7
* more inlinesMike Bayer2010-12-191-12/+25
* - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-131-3/+2
* do the mercurial dance (re-merge what I just merged...)Mike Bayer2010-12-111-32/+17
|\
| * - clean up the batch insert thingMike Bayer2010-12-111-13/+23
| * - initial stab at using executemany() for inserts in the ORM when possibleMike Bayer2010-12-101-29/+4
* | [49145a6940062486a6eec66bfe5c9d95c5f76c7a] forgot the final arg to _handle_db...Philip Jenvey2010-12-101-1/+2
|/
* - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6.Mike Bayer2010-12-051-168/+165
* - reduce some pool overheadMike Bayer2010-12-051-6/+1
* - inline the various construction methods of DefaultExecutionContext. ThisMike Bayer2010-12-051-32/+56
* - ResultProxy and friends always reference the DBAPI connection at the same timeMike Bayer2010-12-051-20/+34
* - fixes for PG, mysql, twophaseMike Bayer2010-11-201-4/+4
* - 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-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-141-56/+3
* | - merge tip, 0.6.4 + 0.6.5Mike Bayer2010-09-141-17/+87
|\ \ | |/
| * editsMike Bayer2010-09-081-4/+1
| * doc updatesMike Bayer2010-09-061-1/+18
| * - rewrote the "connections" sectionMike Bayer2010-09-051-14/+57
| * roughly the finished product.Mike Bayer2010-09-041-1/+14
* | merge from tipMike Bayer2010-09-031-14/+22
|\ \ | |/
| * - replaced all self.__connection.is_valid withMike Bayer2010-08-261-14/+22
* | - moved out to on_before_execute, on_after_execute. not much option here,Mike Bayer2010-08-291-30/+63
* | going back to the simple way, plus trying to make the engine thing simpler, a...Mike Bayer2010-08-281-98/+76
* | - its probably worthwhile to make the primary listen() interface humane, i.e.:Mike Bayer2010-08-271-17/+30
* | merge tipMike Bayer2010-08-141-2/+2
|\ \ | |/
| * get slightly better about deprecations in docstrings, tho this is kind of an ...Mike Bayer2010-08-091-2/+2
* | this reorganizes things so the EventDescriptor and all is on a "Dispatch" obj...Mike Bayer2010-08-091-7/+3
* | working with how this will be documented and having some probs with sphinxMike Bayer2010-08-091-45/+49
* | merge tipMike Bayer2010-08-081-8/+30
|\ \ | |/