I appreciate that I can get return sets as an array of column name to value associations. However, a more common scenario is that I just want an array of the respective field values. In our scenario where we are using Ruby Sequel to replace stored procs, the current clients of the stored procs are certainly setup to just receive the column values.
So my concerns are that for some scenarios i.e. like mine there are unnecessary costs to instantiating the associations and I also have to take the time to collect the values before I can return the result set to the clients. So my question is there some way of configuring Sequel so that : dataset.all by default returns an array of array of values i.e. an array of database records with the respective field values thanks -Charles -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
