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

Bug in OCI_NumberCompare #118

Closed
Kaggi-Karr opened this issue Nov 12, 2017 · 3 comments
Closed

Bug in OCI_NumberCompare #118

Kaggi-Karr opened this issue Nov 12, 2017 · 3 comments
Assignees

Comments

@Kaggi-Karr
Copy link

Always returns 0, since number1 is compared to istself instead to number2:

OCI_EXEC(OCINumberCmp(number1->err, number1->handle, number1->handle, &value))

@vrogier
Copy link
Owner

vrogier commented Nov 12, 2017

Hi,

Thanks for reporting issues :)
Resovled by commit 5662c8a.

Regards,

Vincent

@Kaggi-Karr
Copy link
Author

You are welcome. Nice library - use it for the 1st time since a couple of days :-)
What's the procedure - how does this fix find its way to a new downloadable version of dll/lib etc?

Regards,
Thomas.

@vrogier
Copy link
Owner

vrogier commented Nov 12, 2017

Hi,

A new release of OCILIB 4.4.1 will be scheduled soon wrapping up latest fixes (probably this week)
In the meanwhile, you can recompile OCILIB DLLs using projects located in ocilib\proj\dll.

Best regards,

Vincent

@vrogier vrogier self-assigned this Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants