2009/9/21 Guillermo Varona Silupú <gvaro...@hotmail.com>:
> Hi
> In these SQL commands:
>
> CREATE TABLE "test" ("code" char(2));
> INSERT INTO test (code) VALUES("123")
>
> Why are allowed to keep a text of 3 characters in a field that has been
> set to 2?
> Is a bug?

No - I suggest that you have a look at http://www.sqlite.org/datatype3.html

>
> TIA
> BestRegards
> GVS
>

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

Reply via email to