Re: DIH uses == instead of = in SQL

2009-05-26 Thread Eric Pugh
Argh... I learned a lesson (yet again!)... I spent an hour setting up detailed logging, digging around in lots of DIH source, with no real luck finding the offending == versus =. Mentioned my frustration to a colleague and he pointed out right where I had checked multiple times that I

Re: DIH uses == instead of = in SQL

2009-05-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
are you using delta-import w/o a deltaImportQuery ? pls paste the relevant portion of data-config.xml On Sat, May 23, 2009 at 12:13 AM, Eric Pugh wrote: > I am getting this error: > > Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You > have an error in your SQL syntax; che

Re: DIH uses == instead of = in SQL

2009-05-22 Thread Otis Gospodnetic
Eric, WHERE institution_id=1433 vs. WHERE institution_id==1433 Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Eric Pugh > To: solr-user@lucene.apache.org > Sent: Friday, May 22, 2009 2:43:59 PM > Subject: DIH uses == ins

DIH uses == instead of = in SQL

2009-05-22 Thread Eric Pugh
I am getting this error: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '=='1433'' at line 1 at sun.reflect.NativeConstructo