Fixed a bug where as_list was setting the compact value for the rows permanently instead of only temporarily while processing the rows.
This commit is contained in:
+1
-1
@@ -10917,7 +10917,7 @@ class Rows(object):
|
||||
items = [item.as_dict(datetime_to_str, custom_types) for item in self]
|
||||
else:
|
||||
items = [item for item in self]
|
||||
self.compact = compact
|
||||
self.compact = oc
|
||||
return items
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user