-
Notifications
You must be signed in to change notification settings - Fork 148
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
Use the more explicitly typed setObject method. #87
base: master
Are you sure you want to change the base?
Conversation
Don't fail on dates before 1900 on Python < 3
Fixes the issue#57 by using the setobject method containing three arguments.
1 similar comment
For a bit more detail this just uses the more explicit version of the java.sql.setObject |
21d2b3e
to
d31d9a9
Compare
hello - is there any problem with merging this PR ? This looks to address an issue i am seeing |
@darrenallen85 the problem I'm currently facing is that Travis is not working for me as I was expecting it. I'll need to take a closer look on how compatible it is with all the supported JPype and Jython versions and of course all the different JDBC drivers. |
Fixes #57 by using the setobject method containing three arguments.