]
Van Halbert updated TEIID-3290:
-------------------------------
Priority: Blocker (was: Major)
Auto generated REST WAR truncates the larger payloads
-----------------------------------------------------
Key: TEIID-3290
URL:
https://issues.jboss.org/browse/TEIID-3290
Project: Teiid
Issue Type: Bug
Affects Versions: 8.4
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Blocker
Fix For: 8.7.1, 8.10
Currently only query parameters are supported as the input parameters to the Teiid
procedure in POST based call.
The POST BODY also needs to be supported to handle larger payloads in this situation as
query parameters has size limitations. Currently string based query parameters are
supported, but since they passed as is as strings on larger payloads the they will be
subject 4000 string length restriction.
It should be possible to read metadata of the procedure and convert the string objects to
respective objects before the query gets executed.