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
A little snag I've discovered, via an in-house OAS.
This OAS bleeds database complexity, including a recursive graph (in effect a double linked parent-child relationship).
The complexity should not really be exposed in the OAS, but it got out - so I'm guessing it's not a especially unique blunder :-D
If the schema contains something like the following, the app will panic with stack overflow (excerpt below).
Greetings!
Nice idea, this!
A little snag I've discovered, via an in-house OAS.
This OAS bleeds database complexity, including a recursive graph (in effect a double linked parent-child relationship).
The complexity should not really be exposed in the OAS, but it got out - so I'm guessing it's not a especially unique blunder :-D
If the schema contains something like the following, the app will panic with
stack overflow
(excerpt below).Mocked up example schema:
Error excerpt:
The text was updated successfully, but these errors were encountered: