On Friday, February 21, 2020 at 9:30:35 AM UTC-8, BeeRich33 wrote:
>
> So currently I have a dataset (an array of ids) that I plug into a 
> statement that includes a join, Sequel puts all these together in the same 
> trip?  That first dataset couldn't be instantiated as a constant because it 
> changes.  
>

You either have a dataset or an array of ids, they are not the same thing.  
You probably should add a database logger so you can see all queries Sequel 
sends to the database.  There will be a separate log entry per query.

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/171f32b7-2e9f-40ee-85f8-d24d3d21ead4%40googlegroups.com.

Reply via email to