]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-12-20  Mike Bayer- try to make get_all_pending() a little easier to...
2010-12-20  Mike Bayer- merge tip
2010-12-20  Mike Bayer- further optimize what get_all_pending() returns to...
2010-12-20  Michael Triermerge tip
2010-12-20  Michael TrierAdded NULLS FIRST and NULLS LAST support.
2010-12-20  Mike Bayertriple check that the dict is empty
2010-12-19  Mike Bayer- merge tip
2010-12-19  Mike Bayer- callcounts
2010-12-19  Mike Bayer- use a subset of inspect.getargspec() so that get_func...
2010-12-19  Mike Bayernarrow down cascades in session some more
2010-12-19  Mike Bayer- duh, compiled is per dialect
2010-12-19  Michael TrierAdded vim undo files to the ignore list.
2010-12-18  Mike Bayertrivial inlinings
2010-12-18  Mike Bayer- some good inlinings to the whole cascade_iterator...
2010-12-18  Mike Bayerthis innocuous change allows sqlite to work with pypy...
2010-12-17  Mike Bayermerge tip
2010-12-17  Mike Bayer- use get_all_pending in per_state_flush_actions()...
2010-12-17  Mike Bayer- callcounts
2010-12-17  Mike Bayer- remove the need to use LoadDeferredColumns, LoadLazyA...
2010-12-16  Mike Bayer- inlinings
2010-12-16  Mike Bayer- MSSQL - the String/Unicode types, and their counterpa...
2010-12-15  Mike Bayerarg, fix again
2010-12-15  Mike Bayer- merge rbbd81cb9a341 from 0.6 branch
2010-12-15  Mike Bayer- fix broken py3k block
2010-12-15  Mike Bayermerge tip
2010-12-15  Mike Bayer- an approach I like better, remove most adapt() method...
2010-12-15  Mike Bayer- merge changelog updates from 0.6
2010-12-15  Mike Bayer- we shouldn't be raising warnings on non-unicode for...
2010-12-15  Mike Bayer- fix mssql index bug, regression post 0.6.4
2010-12-15  Mike Bayer- fixes for mysql and I'm ready to replace this whole...
2010-12-15  Mike Bayersome fixes to get PG on board
2010-12-14  Mike Bayersome tests, should be OK
2010-12-13  Mike Bayer- system to cache the bind/result processors in a diale...
2010-12-13  Mike Bayer- callcounts. need to find some way to make this less...
2010-12-13  Mike Bayerspoke too soon on that.
2010-12-13  Mike Bayermerge tip
2010-12-13  Mike Bayer- why type.dialect_impl(dialect).bind_processor(dialect...
2010-12-13  Philip Jenveyc is undefined, we mean connection here
2010-12-12  Mike Bayer- another easy win, cache the calc of bind processors...
2010-12-12  Mike Bayercallcounts
2010-12-12  Mike Bayer- add a perf script to illustrate 0.7 speed improvements
2010-12-12  Mike Bayerdont need these imports
2010-12-12  Mike Bayer- inlinings and callcount reductions
2010-12-12  Mike Bayer- refactor query._get() into two methods - a static...
2010-12-12  Mike Bayerslight shrinking of the iterable
2010-12-12  Mike Bayer- add full series of unit tests for PropertyOption...
2010-12-11  Mike Bayerbreak up test_query into three modules
2010-12-11  Mike Bayerhey we have .. note:: for notes, duh
2010-12-11  Mike Bayercdecimal docs, link to pypi
2010-12-11  Mike Bayer- support for cdecimal
2010-12-11  Mike Bayerdo the mercurial dance (re-merge what I just merged...)
2010-12-11  Mike Bayer- clean up the batch insert thing
2010-12-11  Philip Jenvey[49145a6940062486a6eec66bfe5c9d95c5f76c7a] forgot the...
2010-12-11  Mike Bayer- initial stab at using executemany() for inserts in...
2010-12-10  Mike Bayer- callcount
2010-12-10  Mike Bayer- callcounts
2010-12-10  Mike Bayer- callcount
2010-12-10  Mike Bayercallcount destructo engage
2010-12-09  Mike Bayer- further fixes to no trans in progress, no trans ever...
2010-12-09  Mike Bayervarious formatting and hyperlinking fixes
2010-12-08  Mike Bayeradd oursql to the list of offenders...
2010-12-08  Mike Bayer- add test coverage for what DBAPIs give us raw for...
2010-12-08  Mike Bayer- Threadlocal engine methods rollback(), commit(),
2010-12-08  Mike Bayer- gently push users towards entity name for simple...
2010-12-06  Mike Bayer- hardwire the huge LIMIT number on MySQL. this might...
2010-12-06  Mike Bayeroracle fixes
2010-12-06  Mike Bayer- shave about a millisecond off of moderately complex...
2010-12-06  Mike Bayer- explain that these are not part of the test suite
2010-12-06  Mike Bayercallcounts in 2.4
2010-12-05  Mike Bayersquash sets warning
2010-12-05  Mike Bayer- add version selector
2010-12-05  Mike Bayercallcounts...
2010-12-05  Mike Bayerup this variance a bit, differences between 2.6.3/2...
2010-12-05  Mike Bayercallcounts for 2.4, 2.5, 2.6
2010-12-05  Mike Bayerhave a 'buffer' symbol present in util in py3k as well
2010-12-05  Mike Bayer- fix callcount for 2.6
2010-12-05  Mike Bayermerge tip
2010-12-05  Mike Bayerlog [ticket:1978]
2010-12-05  Mike Bayer- merge default tip
2010-12-05  Mike Bayer- refer to 0.7 in docs
2010-12-05  Mike Bayer- move topological, queue into util
2010-12-05  Mike Bayer- more inlining. nominal execution on sqlite down...
2010-12-05  Mike Bayer- reduce some pool overhead
2010-12-05  Mike Bayer- inline the various construction methods of DefaultExe...
2010-12-05  Mike Bayer- ResultProxy and friends always reference the DBAPI...
2010-12-05  Mike Bayer- ordering for tests, [ticket:1888]
2010-12-05  Mike Bayer- Backport of "optimized get" fix from 0.7,
2010-12-03  Mike Bayer- added strictness to the optimized load, [ticket:1992]
2010-12-01  Mike Bayernew calling style: event.listen(target, identifier...
2010-12-01  Mike Bayer- modernize multiple warning assertions for PG reflect...
2010-12-01  Mike Bayer- replace GenericBackrefExtension with straight events
2010-11-30  Mike Bayer- Fixed bug whereby KeyError would occur with non-ENUM
2010-11-30  Mike Bayer- format guid hexstring explicit with 32 chars, [ticket...
2010-11-29  Mike Bayer- use class name by itself in flush warnings to prevent...
2010-11-29  Mike Bayer- repair MS-SQL handling of LIMIT/OFFSET as binds,...
2010-11-28  Mike Bayer- add docs for hybrid
2010-11-28  Mike Bayer- fix bug preventing multiple SessionExtensions from...
2010-11-28  Mike Bayer- restore the updates to test_assorted_eager that were...
2010-11-28  Mike Bayermerge backout
2010-11-28  Mike Bayerafter some usage, its clear that [ticket:1974] should...
next