Hi,

I've checked in the required changes to make timeout a generic
option. Currently the mysql, pgsql, sqlite, and sqlite3 drivers
support this option. I couldn't find a way to set the timeout on the
client side for the firebird driver. I'd like to ask the maintainers
of the remaining drivers to check whether they can support this option
too.

The timeout option specifies the timeout in seconds. The
sqlite/sqlite3 drivers used to specify the timeout in milliseconds
though. Both drivers now support the generic option which is in
seconds, although sqlite_timeout/sqlite3_timeout override the generic
option if both are set. Please be aware of this change.

regards,
Markus

Ethan Funk writes:
 > That would be really great!   I believe the SQLite3 driver currently  
 > uses the "sqlite3_timeout" property: not very generic.  To make this  
 > generic, you would need to use something like "timeout" across all  
 > the drivers and have the SQLite3 driver alias this to the old  
 > property to maintain back compatibility.
 > 

-- 
Markus Hoenicka
[EMAIL PROTECTED]
(Spam-protected email: replace the quadrupeds with "mhoenicka")
http://www.mhoenicka.de

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
libdbi-users mailing list
libdbi-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdbi-users

Reply via email to