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
the remote end throwing 'limit results in the following being printed:
An error occurred during execution of the query.
The server sent the response:
limit
Studio Hint: Possibly this error refers to tried to generate a list longer than 2,000,000,000
How about the other errors that changed meanings between versions like branch or locals?
If the user is still connecting to a 2.x instance, this can be confusing because they see that the error message says "110 max" but they are getting it for a function with only 25 locals.
We could complicate things by requesting .z.K from the server, and adjusting the error hints depending on what version is returned, but that assumes that the .z.K query is not blocked by a security check.
the remote end throwing
'limit
results in the following being printed:this is out of date for modern q; for current meanings, see https://code.kx.com/q/basics/errors/#runtime-errors
The text was updated successfully, but these errors were encountered: