On 22/08/12 21:06, Tomek Kott wrote:
[...]
> fossil.exe: SQLITE_ERROR: near "s": syntax error
> fossil.exe: near "s": syntax error
> UPDATE vfile SET pathname=' ****** @ T's.eps' WHERE pathname=' ******* @
> T's.eps' AND vid=347

From add.c:

  db_multi_exec(
    "UPDATE vfile SET pathname='%s' WHERE pathname='%s' AND vid=%d",
    zNew, zOrig, vid
  );

Should that %s should be a %q?

-- 
┌─── dg@cowlark.com ───── http://www.cowlark.com ─────
│
│ life←{ ↑1 ⍵∨.^3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵ }
│ --- Conway's Game Of Life, in one line of APL

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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