On Friday, August 28, 2015 at 5:12:11 PM UTC-7, Kabari Hendrick wrote: > > Is there a way to get the query execution time returned from the adapter? > I'm trying to get the db execution time, rather the the time it takes to > run + ruby time. I looked through the source for a way to get it but didn't > see one, but wanted to ask in case I'm missing something! >
No, there isn't a way to do that currently. You'd probably need support from the underlying database driver and possibly the database itself for that. If you didn't mind including driver-level time, you could probably do it at the Sequel adapter level, but the code would be adapter-dependent. 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/d/optout.
