salesforce-jdbc icon indicating copy to clipboard operation
salesforce-jdbc copied to clipboard

Results 14 salesforce-jdbc issues
Sort by recently updated
recently updated
newest added

The com.sforce.ws library which this driver uses has built in methods for specifying and using a proxy server. This is key for large enterprise deployments. Could this be implemented in...

I see that calling connection.createStatement() returns null. Is this not implemented ? Is it possible to implement this as well ?

Spark version = 2.2 spark-shell --jars salesforce-jdbc-1.1-20180403.104727-1-single.jar val jdbcurl="jdbc:ascendix:salesforce://;user=;password=;loginDomain=" val df=spark.read.format("jdbc").option("driver","com.ascendix.jdbc.salesforce.ForceDriver").option("url",jdbcurl).option("dbtable","select Name from account limit 10").load() Error: ( I dont have an asterix in my soql ) java.sql.SQLException: org.mule.tools.soql.exception.SOQLParsingException: There...

**Steps to reproduce:** 1. Form a query that retrieves a multiple columns from a related object 2. Perform a query using ForcePreparedStatement executeQuery method **Observed Result:** Only one of the...

Bumps [xstream](https://github.com/x-stream/xstream) from 1.4.13-java7 to 1.4.17. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.thoughtworks.xstream:xstream&package-manager=maven&previous-version=1.4.13-java7&new-version=1.4.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

1) Fields for SubSelects aliases 2) Returning flat resultset for field of sub-entities IntelliJ debug changes: ![2020-10-30_09-48-37](https://user-images.githubusercontent.com/53876213/97733822-90663a00-1a95-11eb-98c1-fa1cfdb5255e.png) IntelliJ displaying result set with sub entity fields: ![2020-10-30_09-46-51](https://user-images.githubusercontent.com/53876213/97733909-aa078180-1a95-11eb-8ab3-d7e7e7e750a7.png)

Hi, As per the details provided in below page https://github.com/ascendix/mvnrepo I am using salesforce-jdbc driver using mavne pom. But the details provided for repository is not working. As the url...

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...

Hi, I was very happy when I found this implementation of the SOQL JDBC driver for salesforce. I use IntelliJ and it appeared that it is not compatible with this...

1) Logging refactoring and more log information 2) Implementation of more query and metadata methods, used by IntelliJ for PreparedStatement 3) Implementation of Dummy Metadata evaluation for ResultSet (Needed for...

hacktoberfest-accepted