ericlovescode
ericlovescode
You could put the UPDATE/DELETE statements in a stored procedure call which also returns ROW_COUNT.
Try using db.execute. On Thu, Sep 14, 2017 at 10:22 PM, Eugenius1991 wrote: > Hello > > I am trying to write a function that lets me insert a value...
How critical is this bug? I'm going live soon with a node-firebird-based system. On Wed, Oct 11, 2017 at 7:46 PM, Paul Ishenin wrote: > This is a bug in...
You need to serialise the transaction.query calls. Put them in a async.eachSeries call with the anexo. like: async.eachSeries(anexo, function(aobj, cb) { ... On Tue, Sep 10, 2019 at 4:58 AM...
You cannot use a for-loop here. You will get intermittent Firebird deadlock errors. You need to serialise the FB calls. Just warning you. The async.EachSeries has a callback that gets...