-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No results and no error in query select with 21 columns or more #65
Comments
My version of go: Firebird: |
Hi, I attached another serie of tests where I tested with one relation and with two relation. I tried to find the code with the problem, but with no success. Any orientation will be appreciated. |
thanks |
Thanks |
Hi,
Whe you have a query with two tables and in the select you put specific columns of both tables, the Query function return no result, if I use and select * from both tables then it works.
I attach a program and a example database where I reproduce this error.
All the querys of the file where tested with flamerobin and run correctly, however I don't know why in the go program doesn't work.
Any comment to where I can look for the error will be appreciated.
PRUEBAS.zip
main.zip
The text was updated successfully, but these errors were encountered: