On 9/2/16, Dominique Devienne <ddevie...@gmail.com> wrote:
>
> For example, we use Guid extensively, which are typed blob, but often
> add that CHECK(length(guid) = 16) constraint. I know 20 is not far off
> from 16 in this particular case, but more accurate is always better, no?

The difference between 16 and 20 won't matter here.  What you have is fine.

16 versus 1600 might matter a little.  16 versus 20 will not.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to