2013/10/4 Ron Aaron <r...@ronware.org>:
> Done, you can pick it up here: http://ronware.org/dump.sql.gz

Fossil code:
  vid = db_lget_int("checkout", 0);
....
  zParentUuid = db_text(0, "SELECT uuid FROM blob WHERE rid=%d", vid);

>From the dump:
  INSERT INTO "vvar" VALUES('checkout','15513');

So the parent blob has rid 15513. that looks OK.

In my cloned repository the rid of this blob is 10825.
    $ fossil sqlite
    SQLite version 3.8.1 2013-09-16 12:57:19
    Enter ".help" for instructions
    Enter SQL statements terminated with a ";"
    sqlite> SELECT * FROM blob where rid=10825;
    10825|1|627733|6c0d3704e381430edaef8424b1c1d8d059325a65|
    sqlite> .exit

So, Ron, can you try:
     $fossil sqlite
     sqlite> SELECT * FROM blob where rid=15513

Regards,
        Jan Nijtmans
_______________________________________________
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