nakagami / firebirdsql

Firebird RDBMS sql driver for Go (golang)
MIT License
227 stars 60 forks source link

Unavailable database using wire_crypt=false #52

Closed ghost closed 6 years ago

ghost commented 6 years ago

I changed my firebird.conf file to "WireCrypt = Disabled" and restarted my server. From python, I could connect to database as usual, but from "GO", even using "wire_crypt=false" as a parameter, it says: "unavailable database".

If i change firebird.conf to "WireCrypt = Enabled" and GO to "wire_crypt=true" it works, cuz that's the default for firebird 3.

Thanks.

nakagami commented 6 years ago

I hope fixed at master. Please try with master HEAD