The data handler for the unicode strings may throw in the destructor

Issue #254 closed
Paolo Brandoli repo owner created an issue

If the data handler for unicode strings (writingDataHandlerStringUnicode) cannot encode a string during the commit phase (in the destructor) then it may throw an exception.

It is forbidden to throw exceptions in the destructor.

Comments (5)

  1. Log in to comment