RE: [Classifier4j-devel] JDBCWordsDataSource SQLException?
Status: Beta
Brought to you by:
nicklothian
From: Nick L. <nl...@es...> - 2004-01-12 22:12:32
|
I tested on Windows, which would explain it. I didn't know that about MySQL (and it isn't very impressive if you ask me. Most databases have a setting for this kind of thing). I'll apply the patch in the next couple of days. Nick > -----Original Message----- > From: ASARI Takashi [mailto:as...@so...] > Sent: Monday, 12 January 2004 5:35 PM > To: cla...@li... > Subject: Re: [Classifier4j-devel] JDBCWordsDataSource SQLException? > Importance: Low > > > I sent that patch. And I'm sorry for late reply. I'm using > MySQL4.1a on > Linux(Red Hat). > The case-sensitivity problem won't happen if you use Windows, I think. > > Please see the MySQL manual: > http://www.mysql.com/documentation/mysql/bychapter/ > manual_Reference.html#Name_case_sensitivity > > Sorry for my poor English. > > -- > ASARI Takashi > > On 2004.1.2, at 07:44 AM, Nick Lothian wrote: > > Another possibility is case-sensitivity. I did recieve a > patch that > > fixed an > > alledged case-sensitivity problem, but I never found out > what database > > it > > was for or any other details, so I haven't applied it. > > > > That patch modified the line > > > > ResultSet rs = dbm.getTables(null, null, "WORD_PROBABILITY", null); > > > > to > > > > ResultSet rs = dbm.getTables(null, null, "word_probability", null); > > > > so that might be worth trying. Please post back if you try > it and it > > works. > > > > Nick > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > _______________________________________________ > Classifier4j-devel mailing list > Cla...@li... > https://lists.sourceforge.net/lists/listinfo/classifier4j-devel > |