Just to add more information:
- We are using Oracle database 11g
- We are using Oracle database 11g
this conditions are not working in 3.2.2
- columnExists
- TableExists
(and
maybe more)
Debugging
the code, looks like is trying to find the table in the schema that
you are executing (the one that you are executing), but doesn't use
the schema specified in the precondition.
We
are running with RELEASE user and we want to check if the column
exist in ATI schema... but i think it is not used the schemaName attribute.
Thanks
in advance,