xdenser / node-firebird-libfbclient

Firebird SQL binding
MIT License
82 stars 34 forks source link

FBStatement emits 'result' only once. #75

Closed heri16 closed 7 years ago

heri16 commented 7 years ago

FBStatement emits 'result' or 'error' event.

Does not seem to work when calling FBStatement.exec() on the same statement object a second time, which means FBStatement cannot be reused.