Hi,

there seems to be an inconsistency for limit checks between zeroblob() and
the rest of code:

sqlite> CREATE TABLE "a" ("c" BLOB);
sqlite> INSERT INTO "a" VALUES (zeroblob(1000000001));
Error: string or blob too big
sqlite> INSERT INTO "a" VALUES (zeroblob(1000000000));
sqlite> SELECT "c" FROM "a";
Error: string or blob too big

Best regards,
Filip Navara
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to