> > matchinfo returns a blob. Try running "hex(matchinfo(t1))" so that you can > see the blob content.
Now I see a number which matches my expectations: SELECT hex(matchinfo(t1)) FROM t1 WHERE t1 MATCH 'default transaction "these semantics"'; 0300000002000000010000000300000002000000000000000100000001000000010000000200000002000000000000000100000001000000000000000000000000000000010000000100000001000000 Will you update the documentation with this information? I would submit a pull request myself, but I'm not familiar with fossil. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

