> > > You are getting entries such as :"CAST(`max_subnet_ip_int` AS SIGNED)" in > your result hash because you aren't aliasing the casts and those are the > default column names used by MySQL. You probably want: : > ip_int.cast_numeric.as(:ip_int) > > THAT is what I was missing. Thanks.
-- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/gKw680k1J3wJ. 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.
