-
### Summary
When a custom object or field is removed from an org, it would be nice for a missed reference to be caught at compile-time. When passing strings to Query Lib, a missed reference will inst…
-
A query that was working last week is now producing an error of:
Error: All inputs to rbind.fill must be data.frames
It seems to throw this error when queriing over 2000 values, calling the rforcec…
ghost updated
8 years ago
-
**Make sure to read the troubleshooting section before creating an issue**
- [x] I've read the [common issues](https://tprouvot.github.io/Salesforce-Inspector-reloaded/troubleshooting/) and the one…
-
The idea is that we add support for queries that look like this:
````
where: {
myDateTime: {
_semantic: {
value: "TODAY",
timezone: "+6:00"
}
}
}
````
Timezon…
-
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").optio…
-
I was trying to query deleted record using SOQL query like this
SELECT Name, Id FROM Acocunt where IsDeleted = true and tried using the **queryAll** method, but this method actually just redirectin…
-
Hi folks.
Just set up a new Nonprofit cloud org and was trying to do some SOQL queries. However, none of the new objects are visible in the Salesforce Inspector Export tool. Here's an example:
…
-
It would be great to support promises without having to rely on the promiser, in order to:
- simplify typing (especially if there is a shift to TypeScript codebase);
- support functions that have …
-
After loading the list of SObject from the org, the From picklist gets refreshed and that causes the picklist to overflow to the SOQL Query preview box.
OS and version: Mac OS 10.15.7
VS Cod…
-
### Is your feature request related to a problem?
The rows included on a sub query count towards SOQL limits but are not shown on the DB tab.
It would be great if they were for example
`SOQL_EXEC…