On Fri, Mar 30, 2012 at 6:04 PM, Marty Backe <ma...@lucidway.org> wrote:

> Has anyone determined how to create ticket reports based on the state of
> the ticket database at a given instant in the timeline?
>
> I want to be able to query the ticket database and generate reports based
> on the state of the ticket database at any given time in the timeline.
>
> I suspect that it's possible with the right SQL, but my insight into the
> various Fossil tables isn't deep enough for me to answer my own question.
>

It is theoretically possible to do this given the low-level file
format<http://www.fossil-scm.org/fossil/doc/trunk/www/fileformat.wiki#tktchng>for
tickets in Fossil.  But it would require some extra C code which
currently does not exist.  I don't think you can do it with SQL.


>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
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