Re: multiple-db-support

2007-06-07 Thread afarnham
I am definitely interested and would like to see Ben's merged branch checked in. Good work Ben, I am sure getting that branch up to date was difficult. ~Aaron On Jun 4, 11:27 pm, "Ben Ford" <[EMAIL PROTECTED]> wrote: > Hi JP, > I've been using your multiple-db-support for sometime now and i won

Re: Q and the | operator (related to ticket #2253?)

2006-10-13 Thread afarnham
Ok, so I looked at the SQL and it is a huge statement. Once I work out what it is doing I may post it here. However, I may just go with a straight sql query here and bypass the ORM until these new changes are implemented. Any idea of a time frame on when those will be up for testing? I will be hap

Q and the | operator (related to ticket #2253?)

2006-10-13 Thread afarnham
Hi all, I am having trouble with a Q object look up in one of my apps. When I execute the following: Tag.objects.filter(Q(card__owner = u)|Q(usercardmeta__user = u)) an empty queryset is returned. The filtered QuerySet should be returning this list: [, , , ] After stepping through and grokkin