Closed SerdilMordeniz closed 2 years ago
Hello @SerdilMordeniz, The fetch will only return array of values and not array of key value pairs because the SQLite engine is based on python and python only returns array of values and not array of key value pairs.
When you try to query with a simple select query it returns arrays instead of array objects with column names.