I'd use 1), and have no idea about extension v.s. native. I wouldn't use 2, 3 nor 4 for the time being, as the king of things I'm doing are a little different (I often need to go down to SQL to do things like select sum(col1 - col2) group by col 3
One suggestion: in the documentation, if you find a way to make clearer that DB[query] will not execute the query until the dataset is used, I think it would be a good improvement. I know it's pretty obvious, and you have DB.run(sql), but I remember when I start I spent a lot of time figuring out why DB[create table] wasn't working :D PS: it's a great tool. André 2009/11/13 Joel VanderWerf <[email protected]>: > > Jeremy Evans wrote: >> 2) ~nil >> 3) Adding NULL and NOTNULL to Sequel::SQL::Constants > > I prefer 3 to 2. Why play in global space when not necessary? > > -- > vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407 > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
