You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reviewing #246, @RKrahl noticed that SELECT ds.investigation, ds.name FROM Dataset ds throws an error to do with "infinitely deep XML". Upon investigation, a similar error also appears when using the REST API (500 error with logging messages indicating that jsonize caused a stackoverflow exception). This error does not occur when requesting SELECT ds.investigation FROM Dataset ds, so it is something to do with multiple field selections causing the issue.
The text was updated successfully, but these errors were encountered:
In reviewing #246, @RKrahl noticed that
SELECT ds.investigation, ds.name FROM Dataset ds
throws an error to do with "infinitely deep XML". Upon investigation, a similar error also appears when using the REST API (500 error with logging messages indicating thatjsonize
caused a stackoverflow exception). This error does not occur when requestingSELECT ds.investigation FROM Dataset ds
, so it is something to do with multiple field selections causing the issue.The text was updated successfully, but these errors were encountered: