Skip to content
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 in SalesforceRestDataProvider deleting records with no matches #3921

Closed
davidnich opened this issue May 5, 2020 · 0 comments
Closed
Assignees
Milestone

Comments

@davidnich
Copy link
Contributor

ex:

unhandled QORE System exception thrown in TID 1 at 2020-05-05 20:56:41.768015 Tue +02:00 (CEST) in SalesforceRestObjectDataProvider::deleteRecordsImpl() (/Users/david/src/Qorus/test/qlib/SalesforceRestDataProvider/SalesforceRestObjectDataProvider.qc:286 (Qore user code))
RUNTIME-TYPE-ERROR: <return statement> expects type 'int', but got no value instead
call stack:
  5: RETHROW at /usr/local/bin/qdp:123)
  4: SalesforceRestObjectDataProvider::deleteRecordsImpl() (/Users/david/src/Qorus/test/qlib/DataProvider/AbstractDataProvider.qc:402 (Qore user code))
  3: AbstractDataProvider::deleteRecords() (/usr/local/bin/qdp:235 (Qore user code))
  2: QdpCmd::del() (/usr/local/bin/qdp:118 (Qore user code))
  1: QdpCmd::constructor() (<builtin>:-1 (Qore user code))
@davidnich davidnich added this to the 0.9.4.4 milestone May 5, 2020
@davidnich davidnich self-assigned this May 5, 2020
davidnich added a commit that referenced this issue May 5, 2020
refs #3921 fixed a bug in the SalesforceRestDataProvider module deleting records with no matches
implemented support for detecting duplicate record errors in DataProvider createRecord() API calls
davidnich added a commit that referenced this issue May 5, 2020
refs #3921 fixed a bug in the SalesforceRestDataProvider module deleting records with no matches
implemented support for detecting duplicate record errors in DataProvider createRecord() API calls
davidnich added a commit that referenced this issue May 5, 2020
refs #3921 fixed a bug in the SalesforceRestDataProvider module deleting records with no matches
implemented support for detecting duplicate record errors in DataProvider createRecord() API calls
davidnich added a commit that referenced this issue May 5, 2020
…3923)

refs #3921 fixed a bug in the SalesforceRestDataProvider module deleting records with no matches
implemented support for detecting duplicate record errors in DataProvider createRecord() API calls
@davidnich davidnich added the fixed label May 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant