Unfortunately I can't use Models. But nevermind, I found a 'solution' for my problem. But just a short last question: Does sequel support tablenames which starts with an underscore (e.g foo._bar)? Btw: Thank you so much for sequel :)
Am Mittwoch, 23. April 2014 17:09:51 UTC+2 schrieb Jeremy Evans: > > On Wednesday, April 23, 2014 4:13:07 AM UTC-7, [email protected]: >> >> 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.
