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

Python3 - oracle_parameter - TypeError: '>' not supported between instances of 'tuple' and 'int' #153

Open
ossicop opened this issue Aug 11, 2020 · 1 comment

Comments

@ossicop
Copy link

ossicop commented Aug 11, 2020

After upgrade to Python3 get the error TypeError: '>' not supported between instances of 'tuple' and 'int' when executing oracle_parameter.
Fixed it by changing the condition when checking the existence of parameter (check_parameter_exists) and remove "> 0"

if result: return True else: msg[0] = 'The parameter (%s) doesn\'t exist' % name return False

@Rendanic
Copy link
Contributor

This Bug is fixed with PR #174

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