Re: [W3af-develop] sqlite3 weirdness (AKA I hate python ;-)

2011-02-09 Thread Andres Riancho
Steve, Please read inline, On Tue, Feb 8, 2011 at 11:09 PM, Steve Pinkham steve.pink...@gmail.com wrote: Meh. Ha! You made me remember this video: http://www.youtube.com/watch?v=EMoEAfDJ8Iw sqlite has been threadsafe since 2006, and the python adapter still won't let you use

[W3af-develop] sqlite3 weirdness (AKA I hate python ;-)

2011-02-08 Thread Steve Pinkham
Meh. sqlite has been threadsafe since 2006, and the python adapter still won't let you use connections across multiple threads because you might have an old version. You're using an explicitly unsupported workaround (check_same_thread=False) that may cause dataloss due to optimisations in python