hgourvest / node-firebird

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

Firebird 3 compatibility with new protocol #124

Open mreis1 opened 7 years ago

mreis1 commented 7 years ago

Is this planned for a near feature? Here we are 2 different applications using the same database. One is a node app which is using this module and a second one is written in Delphi. Since firebird 3 we have decided to switch from 2.5 to the new version but we have made it to take advantage of the new Delphi network performance improvements. Switching the security off is backing to the same and even doing so this lib is failing to open the database.

sdnetwork commented 7 years ago

Do you know if there is a documentation for implementation ?

mreis1 commented 7 years ago

@sdnetwork no I don't

lucasvrocha commented 4 years ago

Hi @mreis1, do you get some solution for this problem?