Hi
I have a SQL executor which fires some sql queries to an oracle DB.
They are very simple update statements where the where constraints come from attributes of the feature.
The strange thing is that when I run a set of ~ 12000 features, I got ~ 10 where the sql executer queries seem to have not been executed. I.e. I expect to see updated records in the DB for all features in the set, but ~10 fail.
Is there a way to log the sql executer transformer so it outputs every single sql that it fires to the DB?
I want to see what the exact sql query is for a feature that fail.
I know it would be a huge log, but I don't see a reason why 12000 will update OK and 10 won't.