asfernandes / node-firebird-drivers

Node.js Firebird Drivers
MIT License
53 stars 17 forks source link

Deprecate methods executeReturning* replacing by executeSingleton* #121

Closed asfernandes closed 2 years ago

asfernandes commented 2 years ago

With Firebird v5 RETURNING will be able to return many rows.

That will make methods executeReturning and executeReturningAsObject with bad names since they can only return a single record.

So these methods will be deprecated for removal in next major version, being replaced now by executeSingleton and executeSingletonAsObject.