]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
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...
2006-04-28  Mike Bayerfix to subquery parens
2006-04-27  Mike Bayerthe latest and greatest method to keep attributes from...
2006-04-26  Mike Bayercommented out default schema name check
2006-04-26  Mike Bayerlocaltime/localtimestamp dont seem to need the undersco...
2006-04-26  Mike Bayeradded unittest to verify eager loads refresh expired...
2006-04-24  Mike Bayerremoved a "swap" from the lazy binary clause. added...
2006-04-24  Mike Bayerlazyload clause calculation uses anonymous keynames...
2006-04-23  Jonathan LaCourGot the unit tests running again, apart from the two...
2006-04-23  Mike Bayeradded temporary option "construct_new" to mapper which...
2006-04-21  Mike Bayersome cleanup
2006-04-21  Mike Bayeradded extend() to historyarrayset
2006-04-20  Jonathan LaCourUpdates to ActiveMapper contributed by Gabriel Jacobo...
2006-04-19  Mike Bayerwhat a strange thing to not be in there....
2006-04-19  Mike Bayerfixed up expunge() and the continuing circular refs...
2006-04-19  Mike Bayergot circular many-to-many relationships to work
2006-04-18  Mike Bayermapper will verify class inheritance scheme; also will...
2006-04-17  Mike Bayeradded cgi parser for url key/value connect strings...
2006-04-17  Mike Bayerfix for [ticket:158] regarding translate row
2006-04-17  Mike Bayeradded _get_from_obj to TypeClause
2006-04-16  Mike Bayera new batching algorithm for the topological sort
2006-04-14  Mike Bayerhad to take out the "treeification" of the dependency...
2006-04-12  Mike Bayer0.1.6... rel_0_1_6
2006-04-11  Mike Bayer0.1.6 prep
2006-04-11  Mike Bayeradded a failing unittest for inheriting mappers with...
2006-04-11  Mike Bayeradded patch for mxDateTime support, [ticket:5], courtes...
2006-04-10  Mike Bayerlatest from j. ellis...
2006-04-10  Mike Bayermore files moving to .txt format plus enhancements...
2006-04-08  jeffAdded preliminary support for inheritance.
2006-04-07  Mike Bayerinstall_mod can take strings or module items
2006-04-07  Mike Bayerpool argument adjusts for DBProxy/Pool
2006-04-07  Mike Bayera little spring cleaning for the util package, etc
2006-04-06  Mike Bayersplit up Session into Session/LegacySession, added...
2006-04-06  Mike Bayermapper's querying facilities migrated to new query...
2006-04-06  Mike Bayerthe __iter__ method on historyarraylist seemed to get...
next