]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2006-06-05  Mike Bayer0.2.2 prep, added "pickler" option to Pickle type
2006-06-05  Mike Bayerforce_close...
2006-06-05  Mike Bayermore fixes to transaction nesting, interacts better...
2006-06-05  Mike Bayerreorganized unit tests into subdirectories
2006-06-05  Mike Bayerimprovements/fixes to session cascade iteration,
2006-06-03  Mike Bayeradded new polymorph test, todos for session/cascade
2006-06-03  Mike Bayerdbengine doc: no support for pg1
2006-06-02  Mike Bayerdoc for oracle fix
2006-06-02  Mike Bayerconfirmed that makedsn works with host/port/sid
2006-06-02  Mike Bayerrestored global_connect() function, default table metadata
2006-06-02  Mike Bayeradjustment to datetime
2006-06-02  Mike Bayerpool doesnt consume random **kwargs
2006-06-02  Mike Bayercleanup
2006-06-02  Mike Bayer- got rudimental "mapping to multiple tables" functiona...
2006-06-01  Mike Bayerupdate
2006-06-01  Mike Bayerfixed host connector again, now for [ticket:197]
2006-06-01  Mike Bayerswitched generator to list comprehension
2006-06-01  Mike Bayercreate_connect_args can create DSN from host/port,...
2006-06-01  Mike Bayerfixes half of [ticket:192], query.load()/get() with...
2006-06-01  Mike Bayer"count" label changed to "rowcount", and default "count...
2006-06-01  Mike Bayerimplemented query string support in db urls, gets sent...
2006-06-01  Mike Bayermore test adjustments for firebird
2006-06-01  Mike Bayerbrad clement's 0.2 firebird support !
2006-06-01  Mike Bayersome comments...more to come
2006-05-31  Mike Bayerinherited synchronization behavior fixed to descend...
2006-05-31  Mike Bayersimplification/improvement to circular dependency sort...
2006-05-31  Mike Bayertweak to join test
2006-05-30  Mike Bayerfurther tweaks to polymorphic loading...getting double...
2006-05-30  Mike Bayerfurther refinement of the polymorphic UOWTask idea...
2006-05-29  Mike Bayerfixed [ticket:188] updated changelog
2006-05-29  Mike Bayerpolymorphic linked list test, tests polymorphic inherit...
2006-05-29  Mike Bayerunit-tested product/specline/etc stuff
2006-05-29  Mike Bayermore polymorphic adjustments to circular dependency...
2006-05-29  Mike Bayerecho_pool flag fixed
2006-05-29  Mike Bayerworking on [ticket:190], getting circular dependency...
2006-05-29  Mike Bayer0.2.1 prep rel_0_2_1
2006-05-29  Mike Bayerconnection more careful about checking if its closed...
2006-05-29  Mike Bayeradded extra info for association object
2006-05-29  Mike Bayerexceptions...
2006-05-29  Mike Bayerunit test adjustments to insure weakref status on conne...
2006-05-28  Mike Bayerpool needed weakref
2006-05-28  Mike Bayermore tlocal trans stuff
2006-05-28  Mike Bayerskips blank arguments
2006-05-28  Mike Bayerextra tests...
2006-05-28  Mike Bayerdo-nothing dispose() method in SingletonThreadPool
2006-05-28  Mike Bayerwould help if commit() worked too...
2006-05-28  Mike BayerTLEngine needed a partial rewrite....
2006-05-28  Mike Bayercheck for not enough inserted pks to backfill the object
2006-05-28  Mike Bayerraises error for bad url
2006-05-28  Mike Bayerpropigate "pool" argument
2006-05-28  Mike Bayerselectresults docs
2006-05-28  Mike Bayerit's police....
2006-05-28  Mike Bayerformatting etc
2006-05-27  Mike Bayertake two rel_0_2_0
2006-05-27  Mike Bayer0.2 prep
2006-05-27  Mike Bayerkeep verbose false
2006-05-27  Mike Bayerlatest overhaul to association objects, plus an actual...
2006-05-27  Mike Bayerdoc update
2006-05-27  Mike Bayerbroke out dumper into a separate module
2006-05-27  Mike Bayerdoc updates, added 'save' method to assignmapper
2006-05-27  Mike Bayercircular dependency sort will not create new UOWTasks...
2006-05-27  Mike Bayerunitofwork more Set oriented now
2006-05-27  Mike Bayerconverted sqlsoup, got its doctests working (werent...
2006-05-27  Mike Bayermerged r. morrisons 0.2 update from branch to trunk
2006-05-27  Mike Bayeradded has_key to RowProxy, + caching of key lookups
2006-05-26  Mike Bayeruncompleted additional inheritance tests
2006-05-25  Mike Bayersome TODOs
2006-05-25  Mike Bayerbind parameter conflict in _get() resolved
2006-05-25  Mike Bayerpretty major change to inheritance topological sorting...
2006-05-25  Mike Bayercorrection to running single named tests
2006-05-25  Mike Bayerworkaround for get that requires multiple ids in the...
2006-05-25  Mike Bayeradded 0.1.7 changes to changelog
2006-05-25  Mike Bayermerged 0.2 branch into trunk; 0.1 now in sqlalchemy...
2006-05-24  Mike Bayeradded explicit check for "==null()" to produce IS NULL...
2006-05-23  Mike Bayeranonymous indexes use column._label to avoid name colli...
2006-05-23  Mike Bayerhypothetical (failing) test for primary key selection...
2006-05-23  jralstonImplemented the changes from ticket 94
2006-05-18  Mike Bayerc. martinez' fix to slicing logic
2006-05-16  Mike Bayertypo fix
2006-05-15  Mike Bayerrick morrison's CASE statement + unit test
2006-05-15  Mike Bayerversion id...
2006-05-15  Mike Bayertitle change
2006-05-15  Mike Bayerremoved .logo style
2006-05-15  Mike Bayerextra unicode tests
2006-05-12  Mike Bayeradded pre-compiled docstring support
2006-05-12  Mike Bayeradded != support for None -> foo IS NOT NULL
2006-05-06  Mike Bayerhad unicode check improperly placed
2006-05-05  Mike Bayergot removed somehow
2006-05-05  Mike Bayeradded __mod__ type rel_0_1_7
2006-05-05  Mike Bayerfixed a _get_criterion mismatch, cleaned up types ...
2006-05-05  Mike Bayeradded from_obj option to select()
2006-05-05  Mike Bayerfixed HAVING/ORDER BY order, 0.1.7 prep
2006-05-04  Mike Bayersave_obj/delete_obj need to specify column types to...
2006-05-03  Mike Bayerforeignkey checks for unicode incoming string
2006-05-03  Mike Bayer"order_by" parameter propigated to inheriting mappers
2006-05-02  Mike Bayergambit's patch to add DISTINCT ON
2006-04-29  Mike Bayeradded 'supports', 'unsupports' decorators to unittests...
2006-04-29  Mike Bayermore work on types. this is the simplest implementatio...
2006-04-29  Mike Bayer*another* big types change....the old way was still...
2006-04-28  Mike Bayerfix for [ticket:169], moves the creation of "default...
next