Skip to content
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

Panic while select for update #395

Closed
nangcr opened this issue Jul 5, 2023 · 1 comment
Closed

Panic while select for update #395

nangcr opened this issue Jul 5, 2023 · 1 comment

Comments

@nangcr
Copy link

nangcr commented Jul 5, 2023

Like #363
When I do QueryContext with this query
select * from T for update
I got

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
@sijms
Copy link
Owner

sijms commented Jul 8, 2023

please try again using columns not *

@sijms sijms closed this as completed Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants