<html><head></head><body>Hello Jason,<br>
<br>
the object returned by the database keyword is essentially a DBI handle, so you can use it for any SQL operation like DBI does.<br>
<br>
Regards<br>
               Racke<br>
<br><br><div class="gmail_quote">On 2 November 2016 05:16:23 CET, Jason Lewis <jason@dickson.st> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">Fellow dancers,<br /><br />Is there some way can get database->quick_select in<br />Dancer2::Plugin::Database to execute some sql statement prior to the select?<br /><br />Specifically I need to execute "Set transaction isolation level read<br />uncommitted" in order to avoid my queries being blocked.<br /><br />What would be really nice is if there was an additional parameter you<br />could pass into quick_select of whatever sql to execute before the<br />quick_select.<br /><br />Any ideas?<br /><br />Thanks<br /><br />Jason</pre></blockquote></div></body></html>