On Thu, Mar 14, 2013 at 5:56 PM, António Ramos <ramstei...@gmail.com> 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 that the structure of the > database still say that those fields are integer. > But i see my test record with string instead of integer. > > What do i think of this? > > Will i have troubles in the future?
I think there's no problem (sqlite doesn't have "real" types), but you should read: http://www.sqlite.org/datatype3.html http://stackoverflow.com/questions/2761563/sqlite-data-types and, of course, make some tests. If I were you I would do a data migration to a clean database. Ricardo -- --- 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 web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.