On Wednesday, April 23, 2014 4:13:07 AM UTC-7, [email protected] wrote: > > I'm still having this problem Andy described. Is there a proper solution > for this issue meanwhile? >
You are responding to a 6 year old post. You can use Model.set_primary_key to override the primary key for the model. Sequel doesn't use sequences to get inserted primary key values on PostgreSQL anymore, it uses RETURNING. If you are still having an issue, you should probably post a self contained example showing the problem. 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.
