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
I am afraid that the information given may not be sufficient, but it can be an already known issue or something that may add up to another user information.
for (let i = 0; i < backend.query.statement.columns.length; i++) {
^
TypeError: Cannot read property 'length' of undefined
at Object.DataRow (/opt/xxx/project/src/node_modules/postgres/lib/backend.js:113:57)
at Socket.data (/opt/xxx/project/src/node_modules/postgres/lib/connection.js:319:25)
at Socket.emit (node:events:365:28)
at addChunk (node:internal/streams/readable:314:12)
at readableAddChunk (node:internal/streams/readable:289:9)
at Socket.Readable.push (node:internal/streams/readable:228:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
error Command failed with exit code 1.
thanks
The text was updated successfully, but these errors were encountered:
I meant if the database itself was maybe shutting down / restarting / closing the connection to the client at the time. I'll dig in to see if I can find a reason for this error.
A weird error happened on our server that seems to reveal a bug in the library.
Is a quite uncommon error that suggests is not an implementation problem but more a library bug.
for some reason under a now unknown circumstance
columns
seems to be undefined here:postgres/lib/backend.js
Line 113 in 4a6669c
I am afraid that the information given may not be sufficient, but it can be an already known issue or something that may add up to another user information.
thanks
The text was updated successfully, but these errors were encountered: