Fossil SCM
Fossil databse currupt after opening it up in notepad
Closed
1208d60f31b2978…
· opened 16 years, 3 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Critical
- Resolution
- Not_A_Bug
- Subsystem
- —
- Created
- Dec. 17, 2009 6:00 p.m.
After opening up the database in notepad and saving it I can no longer access the database.
Steps: Open Database in notepad Save Close Open database with sqlite3, database is malformed
rwilson added on 2009-12-17 19:06:05:
don't do that.
drh added on 2009-12-17 20:36:09:
rwilson has it right: Don't do that. Notepad is corrupting the database
file, probably by converting \n into \r\n.