I found some posts in the past describing fixing time-warps using tags. How
does this process get initiated? I found two while trying to export to .git

sqlite> SELECT l.*, ep.mtime, ec.mtime FROM plink l LEFT JOIN event ep ON
pid = ep.objid LEFT JOIN event ec ON cid = ec.objid WHERE ep.mtime >
ec.mtime LIMIT 10;

35460|35462|1|2455469.26833333|2455469.46484954|2455469.26833333

35450|35453|1|2455468.35189815|2455468.80332176|2455468.35189815

Respectfully,

Tim
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to