|
From: Chris W. <la...@us...> - 2001-10-25 12:28:59
|
Update of /cvsroot/openinteract/OpenInteract/conf In directory usw-pr-cvs1:/tmp/cvs-serv17860 Modified Files: sample-spops.perl Log Message: added 'increment_field' to sample Index: sample-spops.perl =================================================================== RCS file: /cvsroot/openinteract/OpenInteract/conf/sample-spops.perl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sample-spops.perl 2001/09/17 05:03:38 1.2 --- sample-spops.perl 2001/10/25 12:28:56 1.3 *************** *** 82,85 **** --- 82,90 ---- # id_field => 'user_id', + # increment_field - Whether to use (or be aware of) auto-incrementing + # features of your database driver. + + increment_field => 1, + # no_insert - Fields for which we should not try to insert # information, ever. If you're using a SPOPS implementation (e.g., |