On Tue, Mar 13, 2012 at 9:30 PM, Jeremy Evans <[email protected]> wrote: > About 8 months ago I posted a topic asking if anyone still needed Sequel to > support Ruby 1.8.6 > (https://groups.google.com/forum/?fromgroups#!topic/sequel-talk/NmvfI-mej3Q). > There have been no positive responses in 8 months, so I take that as a sign > that nobody needs such support anymore. There's probably half a dozen > places where Sequel goes out of it's way to support Ruby 1.8.6, and I'd like > to get rid of those. > > At the same time, Sequel has quite a bit of code that supports old (<8.2) > versions of PostgreSQL, related to how it gets the primary key value for the > last inserted row. 8.2 and higher PostgreSQL versions can use "INSERT ... > RETURNING primary_key_column", which is much simpler for Sequel to > implement. As ruby-pg has dropped support for PostgreSQL <8.3, and > PostgreSQL no longer supports <8.3, I think that Sequel dropping support for > PostgreSQL <8.2 is fairly reasonable.
+1 Peter -- 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.
