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? TIA BestRegards GVS _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

