Update of /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv19227/modules/scanner/config/i18n
Modified Files:
messages.properties
Log Message:
Added updateStatement config option for updating database after select statement executed. It can be used for marking rows as processed. See feature request #810269 submitted by Klaas Eikelboom
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n/messages.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** messages.properties 24 Sep 2003 14:26:46 -0000 1.15
--- messages.properties 1 Oct 2003 08:33:35 -0000 1.16
***************
*** 101,104 ****
--- 101,106 ----
scanner.nullScanner.desc=Null Scanner feeds null documents everytime the scanner runs. This is useful for scheduling.
+ scanner.SqlScanner.option.updateStatement=Sql Statement that is executed after selecting rows and creating documents. It is used for marging rows as processes so they don't need to be processed later.
+
scanner.001=Started
|