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

suiteql returns no data when adding order by #29

Open
pcoanet opened this issue Jul 16, 2021 · 1 comment
Open

suiteql returns no data when adding order by #29

pcoanet opened this issue Jul 16, 2021 · 1 comment

Comments

@pcoanet
Copy link

pcoanet commented Jul 16, 2021

Hi,

I'm using REST API suiteql verb to retrieve data through SuiteQL queries. All is working fine except when I add an ORDER BY clause.
For example SELECT id, name FROM subsidiary returns the list of all subsidiaries as expected. But SELECT id, name FROM subsidiary **ORDER BY id** returns an empty list of items.
This behavior occurs with version 0.8.0.

Thanks in advance for looking into this issue

Philippe

@iloveitaly
Copy link
Collaborator

Can you post the raw debugging logs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants