Julien Sobrier wrote: > since I switched from Mono 1.1.13.6 to 1.1.14, I get a lot more > SqliteBusyException in my application. I looked at the 1.1.14 changelog, > I did't see anything about Sqlite.
Hi, The only change between 1.1.13 and 1.1.14, as far as I can see/remember, is the addition of a new busy_timeout parameter in the connection string. If you haven't set that, 1.1.13 and 1.1.14 should behave identically. (And, OTOH, setting that parameter might help you avoid those exceptions. I see it's not documented on the wiki, so I'll add that now.) -- - Joshua Tauberer http://taubz.for.net "Unfortunately, we're having this discussion. It's too bad, because guess who listens to the discussion: the enemy." _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
