On 14 May 2014, at 3:19pm, Kleiner Werner wrote:

> Could it be a problem or does it matter if we convert all SQLite int columns 
> to INTEGER?

SQLite does not have an 'int(10)' type.  For integers it has only INTEGER.  
There should be no problem with the conversion.

There may be a problem later with your program if your code depends on a number 
being truncated to ten digits.  SQLite would not do this.  However, it is very 
unusual for a program to depend on it.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to