2009/9/21 Guillermo Varona Silupú <[email protected]>:
> 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
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to