On 29 Aug 2012, at 20:01, Jeremy Evans wrote:
>
> I've tried a few other things but they all give either the same error or
> syntax errors.
>
> The sequel version is 3.36.1
>
>
> The documentation reflects the latest release of Sequel. Support for
> Sequel.expr(:table).* was added in Sequel 3.38.0.
Ah, the something silly I was looking for! :-)
Thanks very much. I was just looking at the source and from that I worked out
this, and it works:
:select => [Sequel::SQL::ColumnAll.new(:films),
:users_rel_films__no_of_views,
:users_rel_films__demand],
Thanks for taking the time to look into it.
Regards,
Iain
--
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.