Override Dataset#supports_returning for inserts with Redshift

2018-04-09 Thread Joe Rzepiejewski
We're using Redshift with Sequel gem *4.45* and are able to override the methods for `insert_returning_sql` and `supports_returning?`. When we upgraded to Sequel *>= 4.46* our overridden methods are *not* called. (We have the code to override the Database and Dataset -- akin to what's in the se

Re: Override Dataset#supports_returning for inserts with Redshift

2018-04-11 Thread Joe Rzepiejewski
Evans wrote: > > On Monday, April 9, 2018 at 4:57:15 PM UTC-7, Joe Rzepiejewski wrote: >> >> We're using Redshift with Sequel gem *4.45* and are able to override the >> methods for `insert_returning_sql` and `supports_returning?`. >> When we upgraded to Sequel *