hgourvest / node-firebird

Pure javascript and asynchronous Firebird client for Node.js.
Mozilla Public License 2.0
256 stars 128 forks source link

Dbinuse = -1 #300

Open andrewvlgafc opened 1 year ago

andrewvlgafc commented 1 year ago

Hello. Have a backend on express and node-firebird.

Some times dbinuse equal -1. Start, commit transaction and query realized on promises.

Why it can be? Double detach? Concurrent queries?