Hi all,
I add a patched version of p6spy to CVS. Now it will be possible to suppress the "resultset" entries in spy.log file. The patch is described here
http://sourceforge.net/tracker/index.php?func=detail&aid=1150997&group_id=49288&atid=455700
Additionally I add a patch to suppress the "prepared statement string", so we get
1110216033781|16|1|statement||INSERT INTO FISH (foodId,name,calories,typeOfWater) VALUES ('1','testMultipleLoad_1110216033156','0','normal')
instead of
1110216083609|0|0|statement|INSERT INTO FISH (foodId,name,calories,typeOfWater) VALUES (?,?,?,?) |INSERT INTO FISH (foodId,name,calories,typeOfWater) VALUES ('21','testMultipleLoad_1110216083046','0','normal')
Think this make output file more readable (only log the performed sql statements). If you don't like it, change 'excludecategories' in spy.properties file.
It doesn't seem that a new 'fixed' p6spy release is upcoming (latest release is Sep. 2003), so I think a patched version is acceptable.
regards, Armin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
