Modify

Opened 18 years ago

Closed 18 years ago

#839 closed defect (fixed)

Defective time value in manual page

Reported by: James Mills Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords: time, column
Cc: Trac Release: 0.10

Description

Hi,

It took a while to discover this and thanks to coderanger we found out what the problem was.

A defect in the TimingAndEstimationPluginUserManual page's time value in teh wiki database was causing the BlogShow macro to fail with StopIteration.

The time column for this page contains:

SQLite version 3.2.6
Enter ".help" for instructions
sqlite> .mode columns
sqlite> .headers on
sqlite> select time from wiki where name="TimingAndEstimationPluginUserManual";
time      
----------
%s        
sqlite> 

Changing this to 0 or any integral value fixes the problem.

Attachments (0)

Change History (2)

comment:1 Changed 18 years ago by Russ Tyndall

Thank you very much for the excellent bug report.

This was supposed to be a parameter to the insert statement that is being set to the current time. I am trying to figure out why this parameter is not being substituted.

Russ

comment:2 Changed 18 years ago by Russ Tyndall

Resolution: fixed
Status: newclosed

I think this actually got fixed a little bit ago while we were making the plugin work with postgres.

Hopefully I have a solution in place that will not corrupt the data any further and will set all of the times set to %s to 0. See this changeset for more info

Thanks again, Russ

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Russ Tyndall.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.