On 10/09/10 13:31, Daniel Lidström wrote:
> Hello,
>  
> I have added possibility to set the synchronous state of a sqlite
> session. The setting is documented here:
>  
> http://www.sqlite.org/pragma.html#pragma_synchronous
>  
> Basically I turn it off to speed up things when I don't really care
> about a possible disk failure. With this
> patch applied I can run the test program for sqlite like this:
>  
> $ time sqlite3_test.exe "db=test.db synchronous=off"

Daniel,

Thanks for the patch.
I think it's a good idea to support this option for SQLite
connection string. However, I'm not sure about how it's realised
in the patch where it's boiled down to simple boolean flag.

What do you think about supporting more completely, by determining
actual value: off, normal, full ?

Best regards,
-- 
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Soci-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to