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

integer overflow with SQLT_INT parameters #17

Open
stoch opened this issue Oct 15, 2015 · 1 comment
Open

integer overflow with SQLT_INT parameters #17

stoch opened this issue Oct 15, 2015 · 1 comment
Assignees
Labels

Comments

@stoch
Copy link
Contributor

stoch commented Oct 15, 2015

Reproduce with

select :SQLT_INT_TEST, dump(:SQLT_INT_TEST) from dual

with :SQLT_INT_TEST set to 41794321750

@stoch stoch added the bug label Oct 15, 2015
@stoch
Copy link
Contributor Author

stoch commented Oct 15, 2015

select :SQLT_NUM_TEST, dump(:SQLT_NUM_TEST) from dual

this returns null even for :SQLT_NUM_TEST = 1234

c-bik pushed a commit that referenced this issue Apr 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants