I have a simple query being called by DBUtils like this:
When I look at x in the Watch list, I get x having a size of 1 and my 0 element has the data I expect, but why do I see elements 1 to 11 there? (See the attached image)
B4X:
Dim x As List
x = DBUtils.ExecuteMemoryTable(SQLLite, "SELECT DeliveryHistory.* FROM DeliveryHistory",Null,0)
When I look at x in the Watch list, I get x having a size of 1 and my 0 element has the data I expect, but why do I see elements 1 to 11 there? (See the attached image)