]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2007-07-01  Mike Bayermoved oracles "auto_convert_lobs" logic into a generic...
2007-07-01  Mike Bayermarking some methods as private
2007-07-01  Mike Bayerseparated the adjacency list version into the "basic...
2007-07-01  Mike Bayeradded some path searching
2007-06-30  Mike Bayerfix to test created in [changeset:2621], was corrected...
2007-06-30  Mike Bayer- implemented ORM-level composite column types [ticket...
2007-06-30  Mike Bayersome better cascades
2007-06-30  Mike Bayeradded "elementtree" examples
2007-06-30  Mike Bayermerged, with some modifications, mapped constructor...
2007-06-30  Mike Bayermerged pool tweak from r2823
2007-06-30  Mike Bayer- finished moving all EagerLoader tests from mapper...
2007-06-30  Mike Bayer- merged some tweaks to the pool overflow sync from...
2007-06-30  Mike Bayermerged pickleable schema items from trunk r2817
2007-06-30  Mike Bayermerged postgres domains patch r2814-2815
2007-06-29  Mike Bayerexpanded upon query's prefab assertion data
2007-06-29  Mike Bayermigrated most of mapper/EagerTest to updated eager_rela...
2007-06-29  Mike Bayerall of LazyTest moved to updated lazy_relations module
2007-06-29  Jason KirtlandAdded another set of assertions for attribute pickling.
2007-06-29  Jason KirtlandSimplifying that pickle workaround.
2007-06-29  Jason KirtlandWorking around the pickle memoization quirk in attribut...
2007-06-28  Jason Kirtlandfix --file again
2007-06-28  Mike Bayercopyright page
2007-06-28  Jason KirtlandBump doc version to 0.4, fix --file gen option
2007-06-28  Jason Kirtlandmerged r2678 from trunk (merge in r2733 truncated but...
2007-06-28  Jason KirtlandUnused import.
2007-06-28  Jason Kirtland- OrderedDict shouldn't send None to update, never...
2007-06-28  Mike Bayerupdate example to work with new collections class
2007-06-28  Mike Bayersome comparison fixes
2007-06-28  Jason Kirtland- Applied some safe collections optimizations and annot...
2007-06-27  Jason Kirtland- Replaced collection api: The "InstrumentedList" proxy...
2007-06-27  Ants Aasmamerge from trunk fix for undetected disconnects for...
2007-06-26  Ants Aasmamerge 2791 from trunk, fix for bad error message (ticke...
2007-06-26  Ants Aasmamerge compound select grouping patch from trunk (ticket...
2007-06-26  Ants Aasmamerge from trunk #624 fix, modulo operator escaping
2007-06-25  Ants Aasmamerged between precedence from trunk ([2785])
2007-06-25  Mike Bayermerged operator precedence fixes/tests IN fixes/tests...
2007-06-25  Mike Bayerdocstring cleanup, removal of some ORM cruft
2007-06-25  Mike Bayermoved "clone" conditional blocks into separate copy_int...
2007-06-24  Mike Bayerremoved ConnectionProvider. engines have a "pool"...
2007-06-24  Mike Bayermerged trunk r2755-r2778
2007-06-24  Mike Bayer- fixed limit/offset compilation for postgres
2007-06-24  Mike Bayer- merge of generative_sql branch
2007-06-22  Jason Kirtland- Added missing orm import
2007-06-21  Jason Kirtland- expanded assignment test, ensure that re-assigning...
2007-06-20  Mike Bayer- merged trunk r2730-r2755
2007-06-20  Mike Bayerupdate changelog
2007-06-20  Mike Bayeradded a unit test to test PK "collapsing" as in [change...
2007-06-20  Mike Bayerfixed overly eager check for ClauseElement type in...
2007-06-20  Mike Bayerfixed outerjoin() to use correct start point
2007-06-19  Mike Bayer- finally figured out how to get setuptools version...
2007-06-17  Mike Bayerfilter() checks for ClauseElement [ticket:535]
2007-06-17  Mike Bayer- merged last_inserted_ids() fix from trunk [changeset...
2007-06-16  Jason Kirtland- Eh, dummy_threading trick didn't actually work for...
2007-06-16  Jason Kirtland- Put a mutex around the QueuePool's overflow handlings
2007-06-15  Jason Kirtland- Added testbase.Table and testbase.Column, interceptor...
2007-06-15  Mike Bayerunit test fix
2007-06-15  Mike Bayer- added "explcit" create/drop/execute support for sequences
2007-06-14  Mike Bayer- merged trunk 2629-2730
2007-06-14  Mike Bayer - result sets from CRUD operations close their underly...
2007-06-14  Mike Bayerfixed up really old tests to work without legacy engine...
2007-06-12  Jonathan Ellisr/m psycopg1 support
2007-06-12  Jonathan Ellisadd explanation of prefab db connections
2007-06-12  Jonathan Ellisfix apparent typo
2007-06-12  Jonathan Ellismerge 2684-2686 from trunk
2007-06-12  Jason Kirtland- Faster FOR UPDATE tests
2007-06-12  Jason Kirtland- Added tests for SELECT ... FOR UPDATE
2007-06-11  Mike Bayer - result.last_inserted_ids() should return a list...
2007-06-11  Mike Bayer- MetaData loses 'name' attribute
2007-06-11  Mike Bayeradded separate test for metadata
2007-06-10  Mike Bayer- added "aliased joins" feature to query.filter_by()
2007-06-09  Mike Bayermerged StaticPool implementation
2007-06-09  Mike Bayerversion number
2007-06-08  Mike Bayeradded test for testing against "outerjoin"
2007-06-08  Mike Bayer- added a third layer of inheritance to polymorph test
2007-06-06  Mike Bayer- fixed bug where selectable.corresponding_column(selec...
2007-06-05  Mike Bayer- moved another chunk of mapper.py tests to query.py...
2007-06-05  Mike BayerQuery refactoring is complete. just needs filter_by...
2007-06-05  Mike Bayer- added 'fields' to reserved words [ticket:590]
2007-06-05  Mike Bayer- long-identifier detection fixed to use > rather than...
2007-06-05  Mike Bayermore paring down...
2007-06-04  Mike Bayerrefactoring step 2. all deprecated functions now expre...
2007-06-04  Mike Bayermigrating all the "deprecated" methods away from the...
2007-06-04  Mike Bayer- added all(), first(), and one()
2007-06-04  Mike Bayerjoin() will check existing objects in the FROM clause...
2007-06-04  Mike Bayer- interfaces lib in docstrings
2007-06-02  Mike Bayer- removed cascade_mappers(). long overdue.
2007-05-31  Mike Bayeradded a self-creating dict that takes advantage of...
2007-05-31  Mike Bayer- added undefer_group() MapperOption, sets a set of...
2007-05-31  Jason KirtlandAdded util.defaultdict for ticket #582
2007-05-31  Mike Bayerremove func call for getting at result proxy dialect...
2007-05-31  Mike BayerResultProxy pre-caches the dialect_impl()s for each...
2007-05-27  Mike Bayerself-referential refs in this test work just fine
2007-05-27  Mike Bayer- most of the __init__ decoration has been removed...
2007-05-26  Mike Bayer- merged "find the equivalent columns" logic together...
2007-05-26  Mike Bayeri just re-took 7th grade, helped a million
2007-05-26  Mike Bayermore speed improvements, built hotshot prof into massea...
2007-05-26  Mike Bayer- merged trunk r2653
2007-05-26  Mike Bayerfurther minute speedups
2007-05-26  Mike Bayerattempting to cut down on function call overhead
2007-05-26  Mike Bayersome change to populate_instance etc., allows poly...
next