Re: Adding Set as a SQL literal

2018-04-06 Thread Jeremy Evans
On Friday, April 6, 2018 at 2:53:01 PM UTC-7, Ransom Briggs wrote: > > I have a query where I do some pre processing with a Set to eliminate > duplicates and am converting to an array to avoid this error. > > *** Sequel::Error Exception: can't express # as a SQL literal > > I peeked at the code

Adding Set as a SQL literal

2018-04-06 Thread Ransom Briggs
I have a query where I do some pre processing with a Set to eliminate duplicates and am converting to an array to avoid this error. *** Sequel::Error Exception: can't express # as a SQL literal I peeked at the code and adding it as a supported type did not look too hard. If I put together a