Re: RE searches using sqlite3 on server failing

2009-05-17 Thread Ned
Thank you for your reply, Karen. Your interpretations are correct. The searching works fine using sqlite3 on my windows development machine. The searching works fine on the Linux machine (Apache 2) using MySQL as the DB engine, but blows up when I try to use the sqlite3 engine there. I can use the

Re: RE searches using sqlite3 on server failing

2009-05-17 Thread Karen Tracey
On Sun, May 17, 2009 at 5:20 PM, Ned wrote: > > I would greatly appreciate any explanations or suggested > courses of action to get to the bottom of the problem described below. > If more information would be helpful I'd be glad to supply it. I'm > using Django 1.0. > > I have a search applicatio

RE searches using sqlite3 on server failing

2009-05-17 Thread Ned
I would greatly appreciate any explanations or suggested courses of action to get to the bottom of the problem described below. If more information would be helpful I'd be glad to supply it. I'm using Django 1.0. I have a search application, in prototype stage, that makes use of regular expressio