Can the return value be of type `OrderedDict` instead of `dict`, so that the return value corresponds to the column order in SQL one by one?
Can the return value be of type
OrderedDictinstead ofdict, so that the return value corresponds to the column order in SQL one by one?