ID:               38182
 Updated by:       [EMAIL PROTECTED]
 Reported By:      auroraeosrose at gmail dot com
-Status:           Assigned
+Status:           Wont fix
 Bug Type:         PDO related
 Operating System: WinXPSP2
 PHP Version:      5CVS-2006-07-21 (snap)
 Assigned To:      wez
 New Comment:

as a matter of fact, this option is write-only; setting it simply maps
to a call to:

int sqlite3_busy_timeout(sqlite3*, int ms);

there is no corresponding API for returning this value.

Now, IMO, there is no *good* reason that I can think of where you need
this information.

The default is 60 seconds, which is a decent default.



Previous Comments:
------------------------------------------------------------------------

[2006-07-21 20:56:19] auroraeosrose at gmail dot com

Description:
------------
sqlite (v. 3) driver

$handle->setAttribute(PDO::ATTR_TIMEOUT, 3);

works just fine but 

$handle->getAttribute(PDO::ATTR_TIMEOUT);

creates

Warning: PDO::getAttribute(): SQLSTATE[IM001]: Driver does not support
this function: driver does not support that attribute 

maybe it's just me - but if you can set the attribute shouldn't you be
able to retrieve it as well?






------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38182&edit=1

Reply via email to