OracleException.Errors collection is not serialized
Posted: Fri 28 Oct 2016 21:06
Hello,
We use DevArt Oracle ExecuteArray function to insert a collection of data, when there are more than 1 error occurrs during insertion ( e.g. PK violation), an OracleException will be thrown with an Error collection contains all error details. However, since we are using a bridge to pass the OracleException object, we found the Errors collection is not serialized and deserialized correctly, the Error collection only contains 1 error rows and all error details are lost.
Could you please look into the issue? We use version 8.5.464.0.
Thanks!
We use DevArt Oracle ExecuteArray function to insert a collection of data, when there are more than 1 error occurrs during insertion ( e.g. PK violation), an OracleException will be thrown with an Error collection contains all error details. However, since we are using a bridge to pass the OracleException object, we found the Errors collection is not serialized and deserialized correctly, the Error collection only contains 1 error rows and all error details are lost.
Could you please look into the issue? We use version 8.5.464.0.
Thanks!