IBM / node-odbc

ODBC bindings for node
MIT License
144 stars 75 forks source link

add QueryOptions on Statement.execute() definition #350

Closed FredoMartini closed 10 months ago

FredoMartini commented 1 year ago

Just an easy fix : the file odbc.d.ts is incomplete.

The execute() function of Statement is missing an overload with the QueryOptions parameters, causing errors with TypeScript.

stale[bot] commented 10 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

FredoMartini commented 7 months ago

Hi,

Can we reopen this PR ?