Thank you for your response. Yes I made changes to model (chnages some table name).
It could be that its related to this change. I deleted database and it started working. Its just somehow strange that such a problem can hang up everythig. I thought that there culd be some timeouting option. But OK, I undnerstand that SQLite is very limited in all this :) Thanks again for your reply. On Wed, Mar 6, 2013 at 6:49 PM, Philip Kilner <[email protected]> wrote: > Hi Demsar, > > On 06/03/13 13:16, Demsar wrote: > >> At this point I restarted it twice and its started to work and, at >> least, show Tickets. But theese hangups really worry me :( >> >> > Have you made extensive changes to your modal against an SQLite database? > > SQLite is very convenient, but has some limitations - for example, it > cannot change the data type in existing records when you change the model. > > See:- > > http://www.sqlite.org/faq.**html#q11<http://www.sqlite.org/faq.html#q11> > > ...for example. > > If you are concerned, I would very strongly suggest trying Postgres, which > is very robust indeed. > > > -- > > Regards, > > PhilK > > > 'a bell is a cup...until it is struck' > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

