Re: [web2py] DAL field change from integer to string

2013-03-14 Thread Ricardo Pedroso
On Thu, Mar 14, 2013 at 5:56 PM, António Ramos wrote: > hello > i have a table with 3 integer fields. > > I changed the type in db.py from integer to string > i´m using sqlite > My app is still working. Now i can enter text in those fields. > > However using sqlite explorer from firefox i see tha

[web2py] DAL field change from integer to string

2013-03-14 Thread António Ramos
hello i have a table with 3 integer fields. I changed the type in db.py from integer to string i´m using sqlite My app is still working. Now i can enter text in those fields. However using sqlite explorer from firefox i see that the structure of the database still say that those fields are integ