ParamArrays and default execute_array() issue ?

2006-09-19 Thread Dean Arnold
I stumbled on an oddity in execute_array() I'm hoping can be clarified (it maybe a bug, or just an undoc'd requirement of driver authors) The following bit of code appears to require that the hash returned by ParamArrays use monotonically increasing integers as keys: my

Re: Safely timing out DBI queries

2006-09-19 Thread Chuck Fox
I realize that this is very specific to the database, however, it may be possible to set a resource limit at the database level that will prevent the queries from consuming too much time. Chuck [EMAIL PROTECTED] wrote: On Sep 18, 2006, at 6:18 PM, Tyler MacDonald wrote: Dean Arnold [EMAIL

Re: Safely timing out DBI queries

2006-09-19 Thread Sam Tregar
On Tue, 19 Sep 2006 [EMAIL PROTECTED] wrote: And some drivers have a timeout parameter that handles this issue at the vendor API level (e.g. DBD::Sybase's timeout parameter that is handled internally by OpenClient). Good to know. I'm looking into adding something like this to MySQL, but

Re: Safely timing out DBI queries

2006-09-19 Thread michael . peppler
And some drivers have a timeout parameter that handles this issue at the vendor API level (e.g. DBD::Sybase's timeout parameter that is handled internally by OpenClient). Michael Extranet [EMAIL PROTECTED] - 19.09.2006 15:37 To: henri cc: tyler, darnold, Tim.Bunce, dbi-users,