|
From: <jon...@us...> - 2003-07-14 22:43:40
|
Update of /cvsroot/babeldoc/babeldoc/modules/sql/config/sql In directory sc8-pr-cvs1:/tmp/cvs-serv19573/config/sql Modified Files: query.properties Log Message: Added SqlQueryPipelineStage, and fixed a couple of bugs in the GenericSQL and Oracle journals. Index: query.properties =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/modules/sql/config/sql/query.properties,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** query.properties 24 Feb 2003 22:47:22 -0000 1.1.1.1 --- query.properties 14 Jul 2003 22:43:29 -0000 1.2 *************** *** 7,10 **** --- 7,11 ---- journalAddBlankDataRow-mysql=insert into journal values ( ? , ? , ? ) journalSelectBlob=select jrn_data from journal where jrn_log_id=? and jrn_log_step=? + journalSelectBlobForUpdate-oracle=select jrn_data from journal where jrn_log_id=? and jrn_log_step=? for update journalUpdateDeltaData=insert into journal_data values ( ? , ? , ? , ? ) queryOtherTicketValues=select distinct log_id from log where log_other_data=? and log_operation=? |