aix-SQLite icon indicating copy to clipboard operation
aix-SQLite copied to clipboard

Select blocks not returning proper lists, only text in brackets

Open ferchuse opened this issue 6 years ago • 0 comments

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.

ferchuse avatar Mar 26 '19 16:03 ferchuse