Project

General

Profile

Actions

Defect #7258

closed

Automatic spent time logging does not work properly with SQLite3

Added by Go MAEDA about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
2011-01-10
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Spent time entries which logged from commit messages cannot be seen on Spent time report when Redmine is running with SQLite3.

sqlite> select id, spent_on from time_entries;
1|2011-01-10
2|2011-01-10 15:44:00
3|2011-01-10

ID 1 and 2 were logged from Web. ID 2 was logged from svn commit message.

Because spent_on field on the ID 2 record has time part, the record cannot be seen on spent time report ("Overview" > "Details" | "Overview" > "Report").


Related issues

Related to Redmine - Defect #7423: Spent time reported via SVN not editable and not available in reportsClosed2011-01-24

Actions
Actions #1

Updated by Jean-Philippe Lang about 13 years ago

  • Target version set to 1.1.1
Actions #2

Updated by Jean-Philippe Lang about 13 years ago

  • Status changed from New to Closed
  • Resolution set to Fixed

Merged in 1.1-stable.

Actions

Also available in: Atom PDF