-
Notifications
You must be signed in to change notification settings - Fork 366
Handle SMALLINT and FLOAT oracle db types #4
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
Comments
Thanks. Can you provide a test case that doesn't work before your patch but does afterwards? Thanks. |
Sorry, I cant really reproduce this now, but basically I've experienced inability to query SMALLINT and FLOAT columns via SQLAlchemy and this fix helped. |
Both 5.x and 6.x patches have now been applied. |
I'm still getting error message |
That seems rather strange. The test suite was updated to include smallint and float types and it passes. Please make sure that you are running the updated code! |
Uh oh!
There was an error while loading. Please reload this page.
cx_Oracle 5.x does not handle SMALLINT and FLOAT db types. I am unsure about v6, but fix for 5.x is in #3
The text was updated successfully, but these errors were encountered: