Existed tasks submitted in lower case

Bug #1519242 reported by Sergey Kryazhevskikh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
hamster-applet (Ubuntu)
New
Undecided
Unassigned

Bug Description

Step 1. I submit a new task as 'My New Test Task@Work' and start time tracking.

Step 2. I stop time tracking. I can see my new task in overview window as 'My New Test Task@Work'

Step 3. After some time I want to work on my task again. I start enter text in input box 'my...' and I get task name in lower case as 'my new test task@Work'. Okay. I start time tracking and I see in overview window two tasks: one 'My New Test Task@Work' and other 'my new test task@Work'.

That is I got new task instead of old one.

Revision history for this message
Sergey Kryazhevskikh (soliverr) wrote :

It seems to be a bug in SQLite when a task is in Russian UTF-8 encoding:

$ hamster-cli start 'Моя Новая Задача@Work'
$ hamster-cli stop
$ hamster-cli start 'моя новая задача@Work'

$ ./src/hamster-cli list

Start | End | Duration | Activity | Category
-----------------------------------------------------------
11:30 | 11:32 | 1min | Моя Новая Задача | Work
11:32 | 11:33 | 1min | моя новая задач | Work

Should be

Start | End | Duration | Activity | Category
-----------------------------------------------------------
11:30 | 11:32 | 1min | Моя Новая Задача | Work
11:32 | 11:33 | 1min | Моя Новая Задача | Work

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.