summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* some tests, should be OKMike Bayer2010-12-133-26/+31
* - system to cache the bind/result processors in a dialect-wide registry.Mike Bayer2010-12-135-82/+102
* spoke too soon on that.Mike Bayer2010-12-131-14/+28
* merge tipMike Bayer2010-12-131-1/+1
|\
| * c is undefined, we mean connection herePhilip Jenvey2010-12-121-1/+1
* | - why type.dialect_impl(dialect).bind_processor(dialect), caching just the impl?Mike Bayer2010-12-137-91/+85
|/
* - another easy win, cache the calc of bind processors in the compiled objectMike Bayer2010-12-123-10/+24
* - inlinings and callcount reductionsMike Bayer2010-12-1211-64/+101
* - refactor query._get() into two methods - a static one that doesMike Bayer2010-12-125-110/+114
* slight shrinking of the iterableMike Bayer2010-12-112-9/+10
* - add full series of unit tests for PropertyOption._get_paths, thus enabling ...Mike Bayer2010-12-111-10/+6
* hey we have .. note:: for notes, duhMike Bayer2010-12-111-28/+28
* cdecimal docs, link to pypiMike Bayer2010-12-111-31/+32
* - support for cdecimalMike Bayer2010-12-1110-32/+71
* do the mercurial dance (re-merge what I just merged...)Mike Bayer2010-12-116-126/+139
|\
| * - clean up the batch insert thingMike Bayer2010-12-116-157/+136
| * - initial stab at using executemany() for inserts in the ORM when possibleMike Bayer2010-12-103-108/+142
* | [49145a6940062486a6eec66bfe5c9d95c5f76c7a] forgot the final arg to _handle_db...Philip Jenvey2010-12-101-1/+2
|/
* - callcountsMike Bayer2010-12-108-93/+157
* - callcountMike Bayer2010-12-092-8/+10
* callcount destructo engageMike Bayer2010-12-095-62/+96
* - further fixes to no trans in progress, no trans ever for TLEngine, [ticket:...Mike Bayer2010-12-091-3/+6
* various formatting and hyperlinking fixesMike Bayer2010-12-092-2/+4
* - Threadlocal engine methods rollback(), commit(),Mike Bayer2010-12-081-1/+7
* - hardwire the huge LIMIT number on MySQL. this might fix the OurSQL py3kMike Bayer2010-12-061-2/+12
* - shave about a millisecond off of moderately complex save casades.Mike Bayer2010-12-067-40/+113
* squash sets warningMike Bayer2010-12-051-0/+1
* have a 'buffer' symbol present in util in py3k as wellMike Bayer2010-12-051-1/+1
* - merge default tipMike Bayer2010-12-058-161/+446
|\
| * - Backport of "optimized get" fix from 0.7,Mike Bayer2010-12-041-6/+7
| * - Fixed bug whereby KeyError would occur with non-ENUMMike Bayer2010-11-301-1/+4
| * - Query.get() will raise if the number of paramsMike Bayer2010-11-281-6/+6
| * fixed a small potential memory leak in UnicodeResultProcessor (for some weirdGaƫtan de Menten2010-11-272-7/+15
| * - Fixed operator precedence rules for multipleMike Bayer2010-11-253-14/+48
| * - adjust importlater to import the full path, break out of "import" problems ...Mike Bayer2010-11-251-2/+5
| * this is newMike Bayer2010-11-241-0/+2
| * merge tipMike Bayer2010-11-241-1/+10
| |\
| | * mergeTaavi Burns2010-11-201-0/+9
| | |\
| | * | Fix memory leaks in the cprocessors DecimalResultProcessor, including tests. ...Taavi Burns2010-11-191-1/+10
| * | | - SqlSoup overhaulMike Bayer2010-11-241-133/+359
| | |/ | |/|
* | | - move topological, queue into utilMike Bayer2010-12-058-19/+7
* | | - more inlining. nominal execution on sqlite down to 36 calls, from 51 in 0.6.Mike Bayer2010-12-053-173/+186
* | | - reduce some pool overheadMike Bayer2010-12-052-27/+27
* | | - 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-054-62/+53
* | | - added strictness to the optimized load, [ticket:1992]Mike Bayer2010-12-031-6/+7
* | | new calling style: event.listen(target, identifier, fn)Mike Bayer2010-12-0111-105/+102
* | | - replace GenericBackrefExtension with straight eventsMike Bayer2010-11-303-30/+26
* | | - use class name by itself in flush warnings to prevent overflow of warnings ...Mike Bayer2010-11-294-6/+25
* | | - repair MS-SQL handling of LIMIT/OFFSET as binds, add bindparam() to the com...Mike Bayer2010-11-291-4/+4