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
Currently the warning messages are stored at connection level. However, Explorer uses a connection pool to allow multiple concurrent queries. If the user is running multiple queries concurrently, the result from CALL SHOW_WARNINGS() may be inaccurate. One potential workaround is to limit to one connection only (by modifying KUZU_NUM_CONNECTIONS).
The text was updated successfully, but these errors were encountered:
Currently the warning messages are stored at connection level. However, Explorer uses a connection pool to allow multiple concurrent queries. If the user is running multiple queries concurrently, the result from
CALL SHOW_WARNINGS()
may be inaccurate. One potential workaround is to limit to one connection only (by modifyingKUZU_NUM_CONNECTIONS
).The text was updated successfully, but these errors were encountered: