Bug #30
Escaped chars are not unescaped when loading messages from backend
Start date:
Due date:
% Done:
0%
Estimated time:
Version:
0.13.1
OS:
Any
Description
Currently ' (single quote) is escaped by doubling it to '' when storing it in the database backend but not converted back to a single quote when loading the data.
This should be auotmagicaly be fixed when the SQL-Queries are changed to variable binding.
History
#1 Updated by EgS over 17 years ago
The new SqliteStorage Engine seems to handle this quite well.
Please report any regarding this subject. If no issues occur I'll close this bug in about a week - when I'm back from Italy :)
#2 Updated by Sputnick over 17 years ago
As predicted, the transition to the new Storage backend closes this bug.