We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Like #363 When I do QueryContext with this query select * from T for update I got
select * from T for update
index out of range [3] with length 3
panic at go-ora/v2.(*DataSet).setBitVector Line 91
dataSet.Cols[(x*8)+i].getDataFromServer = bitVector[x]&(1<<i) > 0
The text was updated successfully, but these errors were encountered:
please try again using columns not *
*
Sorry, something went wrong.
No branches or pull requests
Like #363
When I do QueryContext with this query
select * from T for update
I got
panic at go-ora/v2.(*DataSet).setBitVector Line 91
The text was updated successfully, but these errors were encountered: