Fossil SCM
"fossil ticket set uuid +icomment text" cause repo issues
d4378c258d9fc6b…
· opened 12 years, 10 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- May 31, 2013 5:14 p.m.
After attempting to add a comment to a ticket from the fossil command I got an error.
$ fossil ticket set ee2d4d2c9439dbb2556670db97be7e65985bae2a +icomment 'Fixed for BtrFS in [476ec98751]' fossil: SQLITE_ERROR: near "+": syntax error fossil: near "+": syntax error INSERT INTO ticketchng(tkt_id,tkt_mtime,+icomment,tkt_rid)VALUES(13,:mtime,'Fixed for BtrFS in [476ec98751]',613)
Further attempts to commit to the database re-issued this error (but took the commits)
Comments (2)
After attempting to add a comment to a ticket from the fossil command I got an error.
$ fossil ticket set ee2d4d2c9439dbb2556670db97be7e65985bae2a +icomment 'Fixed for BtrFS in [476ec98751]' fossil: SQLITE_ERROR: near "+": syntax error fossil: near "+": syntax error INSERT INTO ticketchng(tkt_id,tkt_mtime,+icomment,tkt_rid)VALUES(13,:mtime,'Fixed for BtrFS in [476ec98751]',613)
Further attempts to commit to the database re-issued this error (but took the commits)
This was apparently fix by Richard in [878f7008ab].