Hello and thank you for a great library!
Most of the time everything works well.
Every once in a while I get an exception from this query:
No version available (SQL: select UniqueName__c, Value__c, Name from Configurations__c)
(This is the first SOQL query in the application).
As I've mentioned, the problem occurs every once in a while, but this query is running well most of the time.
I've specified the version manually in the config file:
'version' => '46.0',
Hello and thank you for a great library! Most of the time everything works well. Every once in a while I get an exception from this query: No version available (SQL: select
UniqueName__c
,Value__c
,Name
fromConfigurations__c
) (This is the first SOQL query in the application). As I've mentioned, the problem occurs every once in a while, but this query is running well most of the time.I've specified the version manually in the config file:
'version' => '46.0',
Any idea what is causing this problem?