On Oct 5, 6:23 am, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > Can somebody with access to Oracle please try out the patch in #9307. > It's an attempt to allow pickling of the Query class used by the Oracle > backend. > > The most basic test is probably to create any kind of Queryset using > "manage.py shell" and the pickle.dumps(my_queryset.query) and see if it > works. Then try reloading that (pickle.loads(...)). > > The other test is anything using caching, the obvious one typically > being the query regression tests ("runtests.py --settings=... queries"), > since there's a test for Queryset pickling in there. Note any problems > on the ticket and I'll address them. Hopefully I've avoided the most > obvious bozo errors (no guarantees, however) and there should be enough > clues in the patch to self-diagnose the most obvious problems if not. > > Regards, > Malcolm
I will test this, but I also want to point something out. I see a lot of talk about developers not having access to Oracle, but that is wrong. Oracle is free for non production use. From Oracle's website: All software downloads are free, and each comes with a Development License that allows you to use full versions of the products only while developing and prototyping your applications (or for strictly self-educational purposes). So there is no reason a developer can't install Oracle for testing. At work, our product uses Oracle so we install it all the time in VMWare, all the workstations, etc. When in tech support here, I had to tell a lot of customers they can install Oracle on as many test systems as they want, it is just production systems that Oracle cares about. Actually installing and configuring Oracle is a different matter if you are not familiar with it, but I think the defaults should be decent for testing. Also, if you are developing off a computer with limited resources, you may not want to install Oracle. See here for their downloads overview and the database download page: http://www.oracle.com/technology/software/index.html http://www.oracle.com/technology/software/products/database/index.html If everyone already knew this, I apologize, but like I said, I see a lot of people saying they don't have access to it. Thanks, John --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---