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
If an error occurs executing this type of query, subsequent queries can lead to Invalid handle being returned by the server
The auto upgrade transaction implementation (which retries the query in an upgraded WRITE transaction) could lead to process termination abruptly due to unhandled exception (for this i updated the describe function.
function describe(ret, statement) {
Line 4197:
while (br.pos < br.buffer?.length) {
and executeStatement
Line :4560
if (input?.length)
Invalid handlebeing returned by the serverWRITEtransaction) could lead to process termination abruptly due to unhandled exception (for this i updated the describe function.