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  

It does so on purpose, as there were no plans back then to make it a
generic option. Older versions of SQLite had a very coarse locking
mechanism which made timeouts likely as soon as several users access
the same database. This has been improved since, but the option
remained in place, using the naming scheme for non-generic options
which are always prefixed with the driver name
. 
 > 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.
 > 

Yup. Should be available real soon now.

regards,
Markus


-- 
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