Re: sqlite3 "database locked"

2006-11-10 Thread Rachel Willmer
Following up on my own question, it looks to me like implementing a new default Manager class is the way to go. Anyone got a better solution? Rachel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

sqlite3 "database locked"

2006-11-10 Thread Rachel Willmer
I'm using a sqlite3 database as the backend for a Django app and frequently get "OperationalError: database locked". Is there a way of specifying a timeout handler within Django in the same way that you can using the C library version of sqlite3? Rachel