IBM / node-odbc

ODBC bindings for node
MIT License
146 stars 77 forks source link

Improve typing in `odbc.d.ts` #335

Closed myronng closed 1 year ago

myronng commented 1 year ago

Add null type for all nullable parameters Fixes Connection.query callback implementation Change Result to use generic types (matches query implementation) Remove callback signatures from Promise implementations Fix table error messages in odbc_connection.cpp