On Thu, Jan 14, 2010 at 9:01 PM, Thomas Wanschik <[email protected]> wrote: > > On Jan 8, 1:10 pm, Waldemar Kornewald <[email protected]> wrote: >> Hi, >> our non-relational port has come to the point where we need to >> back-port the SQL layer to the query backend API (i.e., the new >> query_class()). We could need some help from Django developers who >> know the ORM internals really well. You can find a little introduction >> to the code >> here:http://bitbucket.org/wkornewald/django-nonrel-multidb/wiki/Home >> >> It would be great if one core developer could join the project and >> actually work on the code. Here's the discussion >> group:http://groups.google.com/group/django-non-relational >> >> The difficulty is that we need to convert QuerySet's intermediate >> representation (QueryData) to the sql.Query representation. We're not >> sure if QueryData in its current implementation has the right format >> and someone who knows sql.Query better than we do could be of great >> help, especially with the conversion process. Our goal is to get >> non-relational backend support into Django 1.3 (which is definitely >> possible, so please don't vote -1 next time if this is your only >> concern). >> >> I understand if you're currently busy with finishing 1.2, but if >> you're interested in helping when will you have time? >> > > Is nobody out there with a little bit of time/interest in helping? > It would be really nice and would speed up the development of > supporting non-relational databases for Django.
Speaking for myself, I'm pretty busy trying to get features completed before the 1.2 feature deadline. At the moment, anything that isn't on the 1.2 roadmap is only getting cursory attention from me. I suspect the same is true of most of the other core developers, and anyone else that is closely involved in the Django development process. However, if I might offer some advice: my experience has been that large features like this aren't developed by large groups. They are developed by one or two people working closely. It's only when the functionality is mostly complete that other people offer help, mostly in the form of testing. Yours, Russ Magee %-)
-- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
