xo / usql

Universal command-line interface for SQL databases
MIT License
8.8k stars 345 forks source link

error: firebirdsql: Error op_response:92 #403

Open tornister76 opened 1 year ago

tornister76 commented 1 year ago

Hi,

Can't connect to firebirsql 3. Getting error: firebirdsql: Error op_response:92

tornister76 commented 1 year ago

Hi again,

Can you help with this?

kenshaw commented 1 year ago

@tornister76 I would need more details. Likely the username/password you're passing are incorrect. I have not used Firebird much. Please try to write some simple Go code using the underlying driver and trying to connect.

tornister76 commented 1 year ago

I 'm using binary version in script. Now, after databases has been migrated from 2.5 to 3.0 FB I'm getting this error instead of results.

kenshaw commented 1 year ago

@tornister76 if usql was working before, and is not with an upgrade to Firebird, that's an issue with Firebird's Go driver. Please try to connect using the actual driver with Go, and see what error you're able to get. Testing with Firebird v4 (the docker.io/jacobalberty/firebird:v4 image) just now, I was able to connect.