On Thu, Feb 12, 2009 at 8:11 AM, Bobby Roberts <[email protected]> wrote:

>
> On Feb 11, 8:38 pm, Bobby Roberts <[email protected]> wrote:
> > On Feb 11, 8:01 am,BobbyRoberts<[email protected]> wrote:
> >
> > > there shouldn't be really.  The client has a search form and due to
> > > the way they want the search done there are about 40 option checkboxes
> > > for filtering in about 5 categories.  It would have been easier if a
> > > filter with IN could have been used but the way the search logic is
> > > setup that is not an option.  An example of thesqlquery being used
> > > is like this:
> >
> > > Select * from table_name where field1 like '%,BC,%' and field2='AR'
> > > and field3 like '%,CM,%' order by date_received desc"
> >
> > > %s is not used in this statement.
> >
> > anyone have any ideas on this?
>
> Anyone.... Bueller?


Please, you've bumped this thread twice now in 12 hours asking for more help
-- have a little patience, or consider whether any of the responses you have
gotten so far provide clues for things to try and report results on, or
hints of what additional information you could provide that would get you
better responses.

In fact Alex gave you a suggestion that you haven't reported any results
on.  If Alex's suggestion works, then I'd be suspicious that you may be
hitting:

http://code.djangoproject.com/ticket/9055

but I'm not entirely sure of that since you still haven't provided the
actual traceback which would show what code, exactly, is running into
trouble.  Without the traceback I have to fall back on my crystal ball, and
it's pretty cloudy at the moment.

Karen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to