On Jun 25, 8:41 am, Rob Cameron <[email protected]> wrote: > Hey Jeremy, > > Thanks for the reply! I hadn't even tried a graph, I may end up going > with that...keeps everything nicely organized. The second one works as > well -- I didn't realize that :something.* was a valid symbol name, I > kept including mine in quotes!
It's actually not a valid symbol name. :something is the symbol, and .* is calling the * operator/method on the symbol without any arguments (which does the something.* SQL syntax in Sequel). 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.
