nakagami / firebirdsql

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

return query linux #133

Open RafaelIngenium opened 2 years ago

RafaelIngenium commented 2 years ago

I'm in a strange situation. I made an integration with firebird (which I don't have access to configure it) where I look for the viq query information and insert it in another database. When run via windows it works normally. When I run via linux (compiled on linux OS) it doesn't work. I receive the following feedback:" sql: no rows in result set" The interesting thing is that this integration is for two clients where one is working perfectly and the other is having this difficulty. Has anyone ever experienced this? I believe it's something in the firebird configuration more, as I don't have access I have to make sure which configuration is missing.