hgourvest / node-firebird

Pure javascript and asynchronous Firebird client for Node.js.
Mozilla Public License 2.0
256 stars 128 forks source link

Unable to connect database with a user length 1 character #254

Open ARDInformatique opened 3 years ago

ARDInformatique commented 3 years ago

Hello, we work currently with the version 0.8.7 on node.js 12.14.1 on Firebird 3.0.3, i check for upgrade to 0.9.9.

We work with 21 firebird users named 0 to 20.

After upgrade to 0.9.9 :

A bug on authentication when the user has a size of 1 ? Very strange.

Thank you for your work and your help

Tomas2D commented 3 years ago

Are you able to contribute by opening a pull request? :-)

ARDInformatique commented 3 years ago

I would like to, I debug until the encoding in buffer where the user is indeed a string of size 1 ... Then it exceeds my skills.