On Wednesday, September 24, 2014 1:41:48 PM UTC-7, Petr Kaleta wrote:
>
> Ha, got it :( [:fulltext, Java::OrgPostgresqlUtil::PGobject] which is of 
> type tsvector.
>

The simplest fix is probably:

  def before_save
    values.delete(:fulltext)
    super
  end

Or you could change the model's dataset so that that column is not selected.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to