On 1/22/18, bytevolc...@safe-mail.net <bytevolc...@safe-mail.net> wrote:
> In rebuild.c (commit 1a95af721e467a6e3321c1557c4f0cdfa353ef4a):
>
> Ln 168:
>
>   db_multi_exec(
>     "CREATE VIEW IF NOT EXISTS "
>     "  repository.artifact(rid,rcvid,size,atype,srcid,hash,content) AS "
>     "    SELECT blob.rid,rcvid,size,1,srcid,uuid,content"
>     "      FROM blob LEFT JOIN delta ON (blob.rid=delta.rid);"
>   );
>
> It appears that this view is not in use at all. What is this for?

At one point I was going to try to combine the BLOB and DELTA tables
into a single table named ARTIFACT.  This was a stepping stone toward
that goal.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to