On Jan 20, 7:26 am, dhs227 <[email protected]> wrote: > Disagree your disagree. > > Though I agree that use column aliases is good practice. But a well > designed Dataset should be able to deal with multiple unnamed columns, > because SQL standard allows multiple unnamed columns. > > Take Mysql or any mainstream DBMS as example, the native client can deal > with multiple unnamed columns correctly.
That's because most native clients return result columns as an array. Sequel returns a hash. This is a fairly important difference. The good thing about ruby is that you don't have to care what I think. Just override the methods to do what you want. :) Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
