Allow setting the timeout on a prepared statement

Description

This could be done via a new :timeout option to prepare-statement, or a generic option somewhere that allows manipulating the prepared statement prior to making a query.

Environment

None

Activity

Show:

Sean Corfield October 28, 2014 at 11:59 PM

Added :timeout to prepare-statement. Will be in 0.3.6.

Sean Corfield October 28, 2014 at 11:43 PM

Given that both query and execute! support passing a PreparedStatement in place of the SQL string, this is already possible. You can create a PreparedStatement with the prepare-statement function and then set a timeout or whatever you want, then pass it into query or execute!.

That said, adding support for it directly on prepare-statement seems like a reasonable enhancement since that's where all the other fancy PreparedStatement stuff is done.

Completed

Details

Assignee

Reporter

Priority

Created September 4, 2014 at 11:22 PM
Updated June 1, 2016 at 6:41 PM
Resolved June 1, 2016 at 6:41 PM