-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can't read attributes For input string: "id" #19
Comments
I'm experiencing this as well. |
What program are you using the jdbc driver with? You might find the debug/error logging from it and produce the error message and or stack. Something similar to the below.
|
Same here |
Hi there. I get the same error. Did somebody of you solve it? |
I moved over to simple-salesforce and use it to migrate data into a PostgreSQL database: |
Connection is successful, can see all tables, however if I try to check available columns I see:
Can't read attributes For input string: "id"
If I try to select any column from any table, I receive no results....
Misconfiguration on my side?
The text was updated successfully, but these errors were encountered: