-
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
error inserting None as Nulls using parameter in Teradata #57
Comments
seems like the suggestion here is the fix but i'm not super familiar with java
also found this
|
Fixes: baztian#244 Possibly fixes: baztian#57
I receiving the following error message
jpype._jexception.SQLExceptionPyRaisable: java.sql.SQLException: [Teradata JDBC Driver] [TeraJDBC 16.10.00.03] [Error 1063] [SQLState HY000] null is not supported as a data value with this variant of the setObject method; use the setNull method or the setObject method with a targetSqlType parameter
when running the following code
The text was updated successfully, but these errors were encountered: