On Tuesday, July 16, 2013 8:17:45 PM UTC-7, David Kulp wrote: > Thanks! That seemed to do the trick. RedShift is based on Postgres > 8.0.2, so I was warned that some things may not work... but so far so good.
That may be an issue, as Sequel's PostgreSQL support expects PostgreSQL 8.2+ behavior. The most significant issue is probably that inserts won't work as Sequel uses RETURNING in the insert SQL. You'll probably have to override Dataset#insert to prevent that. 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/groups/opt_out.
