On Oct 6, 7:11 pm, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Mon, 2008-10-06 at 07:33 -0700, varikin wrote:
>
> [...]
>
> > 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.
>
> I have nei
On Mon, 2008-10-06 at 07:33 -0700, varikin wrote:
[...]
> 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.
I have neither the disk space or the CPU power on my laptop to run the
Oracle tests in a VM
> Oracle is free for non production use.
Sort of -- there are some limitations, e.g., you aren't allowed to
develop GPL-licensed using their 'free' license.
> but you did want to know why none of the core devs
> have Oracle installed :)
I have the dev version installed on a Windows VM, and the
On Mon, Oct 6, 2008 at 9:33 AM, varikin <[EMAIL PROTECTED]> wrote:
> Oracle is free for non production use.
That's not what we mean when we say we don't have access to Oracle...
> Actually installing and configuring Oracle is a different matter if
> you are not familiar with it,
... this is.
>
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
On Oct 6, 10:54 am, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]>
wrote:
> On Mon, Oct 6, 2008 at 9:33 AM, varikin <[EMAIL PROTECTED]> wrote:
> > Oracle is free for non production use.
>
> That's not what we mean when we say we don't have access to Oracle...
>
> > Actually installing and configuring Ora
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
> "