]
Steven Hawkins resolved TEIID-3989.
-----------------------------------
Fix Version/s: 9.0
8.12.5
8.13.2
Resolution: Done
The fix adds handling into the ExceptionHolder so that SourceWarnings can be
reconstructed. A patched server and client are required for this to work properly
otherwise the previous behavior of just the TeiidSQLWarning will be seen.
PartialResultsWarning not being returned
----------------------------------------
Key: TEIID-3989
URL:
https://issues.jboss.org/browse/TEIID-3989
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 8.11.3, 9.0
Reporter: Tom Arnold
Assignee: Steven Hawkins
Fix For: 9.0, 8.12.5, 8.13.2
Attachments: TeiidTest.zip, TeiidTest2.zip, Test-vdb.xml, translator-test.zip
I'm trying to follow the example
[
here|https://docs.jboss.org/author/display/TEIID/Partial+Results+Mode] to return source
failure information to my app. Partial results mode does work, but I'm getting
{{TeiidSQLWarning}} instead of the expected {{PartialResultsWarning}}.