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

Select blocks not returning proper lists, only text in brackets #2

Open
ferchuse opened this issue Mar 26, 2019 · 0 comments
Open

Select blocks not returning proper lists, only text in brackets #2

ferchuse opened this issue Mar 26, 2019 · 0 comments

Comments

@ferchuse
Copy link

ferchuse commented Mar 26, 2019

When using with the SQLiteTest.aia project , Select blocks return a list of string not a list of lists.

Example: When executing "select name, updates from months" return a list of 11 rows, but each row should be a list of two items (name and updates) but its a text in brackets "[January, 0]".
Screenshot_20190326-102542

Is this normal ?, because according to docs it should return a list of lists, between "( )" . Checking the source code, AppyBuilder uses Yaillist for normal list but the sql query returns an ArrayList,

Hope you can help me, Thanks.

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

1 participant