From: John Graham-C. <jgr...@us...> - 2007-01-22 12:29:36
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29427 Modified Files: Tag: b0_22_2 Bayes.pm Log Message: Change to use SQLite2 by default Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.327.4.6 retrieving revision 1.327.4.7 diff -C2 -d -r1.327.4.6 -r1.327.4.7 *** Bayes.pm 16 Feb 2006 12:10:46 -0000 1.327.4.6 --- Bayes.pm 22 Jan 2007 12:29:32 -0000 1.327.4.7 *************** *** 218,222 **** # to the database named in the database parameter above. ! $self->config_( 'dbconnect', 'dbi:SQLite:dbname=$dbname' ); $self->config_( 'dbuser', '' ); $self->config_( 'dbauth', '' ); --- 218,222 ---- # to the database named in the database parameter above. ! $self->config_( 'dbconnect', 'dbi:SQLite2:dbname=$dbname' ); $self->config_( 'dbuser', '' ); $self->config_( 'dbauth', '' ); |