hgourvest / node-firebird

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

Connect to a firebird 5.0 database #330

Closed DesenvolvimentoGDLSistemas closed 6 months ago

DesenvolvimentoGDLSistemas commented 6 months ago

i'm trying to connect to a firebird 5.0 database, but a error return after trying connect and execute a query... the latest version of node-firebird doesnt suporte firebird 5.0, right?! in that case, when node-firebird get suport to firebird 5.0?

(sorry my bad english)

DesenvolvimentoGDLSistemas commented 6 months ago

problem 'resolved'. in firebird.conf add DataTypeCompatibility = 3.0. In my research, FB 4 and 5 work with 128bits in sum types... using DataTypeCompatibility, the server changes for 64 bits and the node-firebird works...