On 27 Mar 2017, at 4:35pm, MONSTRUO Hugo González <americasoftw...@gmail.com> 
wrote:

> nbmCodigo VARCHAR (6) VARCHAR 6

I wanted to note that SQLite completely ignores VARCHAR and any size limits.  
As far as SQLite is concerned, all those fields are TEXT fields and can contain 
any number of characters.  If your code is assuming that SQLite will truncate 
your Codigo field to six character you might want to take another look.

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

Reply via email to