cap-js / cds-dbs

Monorepo for SQL Database Services for CAP
https://cap.cloud.sap/docs/
Apache License 2.0
34 stars 11 forks source link

fix: Improve error message for disconnected connections #678

Closed BobdenOs closed 3 months ago

BobdenOs commented 3 months ago

this._done is used from the default tx behavior. This can contain committed or rolled back. If this._done is not set it means the connection was never connected.