We should make it possible to return either a list-of-lists or a list-of-dicts from a DB connector class's performSelect() method. This will have performance benefits as well as offering the developer flexibility in selecting the best format for the the job.
We should make it possible to return either a list-of-lists or a list-of-dicts from a DB connector class's
performSelect()
method. This will have performance benefits as well as offering the developer flexibility in selecting the best format for the the job.