aix-SQLite
aix-SQLite copied to clipboard
Select blocks not returning proper lists, only text in brackets
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]".

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.